适用于 Safari 和 IE 的浏览器插件
我们可以使用 webkit 框架为 IE(在 Windows 上)和 Safari(在 Mac 上)开发浏览器插件吗? 我根据 http://docs.huihoo.com/webkit/WebKit_PluginProgTopic.pdf 询问
有没有尝试过webkit的人可以回复一下吗?
感谢和问候 维杰亚南德
Can we use webkit framework developing browser plugin for both IE (On Windows) and Safari (on Mac)?
I am asking on the basis of http://docs.huihoo.com/webkit/WebKit_PluginProgTopic.pdf
Could any one who has experimented with webkit reply ?
Thanks and Regards
Vijayanand
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,WebKit & NPAPI插件不能直接用于IE。
但是,您可以为 IE 编写一个包装器插件,在 IE 中托管 NPAPI 插件。另外,FireBreath 项目已经解决了您的问题:它允许您编写跨平台/跨平台的代码-来自一个代码库的浏览器插件。
No, WebKit & NPAPI plugins can't be directly used for IE.
You could however write a wrapper plugin for IE that hosts an NPAPI plugin in IE. Alternatively the FireBreath project already solves your problem: it allows you to write cross-platform/cross-browser plugins from one code base.