浏览器插件开发

发布于 2024-12-09 20:17:20 字数 122 浏览 0 评论 0 原文

有没有好的网站可以指导如何为 IE、firefox、chrome 和 Safari 编写浏览器插件?

不确定是否有一些框架可用于为所有主要浏览器编写插件,以便为所有主要浏览器提供一个源代码。

谢谢。

Are there any good websites for instructing how to write browser addon for IE, firefox, chrome and Safari?

Not sure whether writing there is some frameworks which can be used to write addon for all major browsers such that one sourcecode for all major browsers.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苦妄 2024-12-16 20:17:20

IE 和 Firefox 的插件模型非常不同。 IE 支持二进制辅助对象(在 IE 进程中运行的本机代码)。以下是构建一个的方法: http://blogs.msdn.com/b/ie/archive/2008/04/04/designing-for-add-on-performance.aspx
这就是为什么您应该在代码中花费尽可能少的用户时间:http://blogs.msdn.com/b/ie/archive/2011/03/23/updates-to-add-on-performance-advisor.aspx

IE and Firefox have very different plug-in models. IE supports binary helper objects (your native code running in IE's processes). Here’s how you can build one: http://blogs.msdn.com/b/ie/archive/2008/04/04/designing-for-add-on-performance.aspx,
here’s why you should spend as little of your users’ time as possible in your code: http://blogs.msdn.com/b/ie/archive/2011/03/23/updates-to-add-on-performance-advisor.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文