开发者

Application integration to browser

I'm working on a simple download manag开发者_运维知识库er as a project of mine (C# .NET 4) and I was wondering how browser integration is done in applications of this sort.

I've tried to search and came up with nothing, probably because I'm not sure what it is I'm looking for. I was hoping someone could enlighten me and explain how application take over downloads in the browser.

Any bit of information would be welcome, thanks.


Currently the only way to integrate an application to the browser is through NPAPI. http://code.google.com/chrome/extensions/npapi.html

It would be recommended to develop that in C++ since there are no NPAPI headers for C#. I believe Chrome will soon have a Downloads Extension API so you can do all this in JavaScript.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜