【发布时间】:2010-12-15 17:06:12
【问题描述】:
我有一个使用 Gecko SDK 1.9.2 开发的基于 NPAPI API(可编写脚本)的插件。此插件在 FF3.6 和 FF4 beta 上运行良好,但无法在 chrome 上检测到。
我也看不到列出的插件 - 当我在 chrome 中执行 "about:Plugins" 时。
我已经按照“Windows Installation Using the Registry”中的说明注册了插件。
当使用 Sysinternals 工具 Procmon.exe 监控 chrome 启动时,我可以发现 chrome 尝试在我的 Plugin dll 上执行 LoadImage,无论它快速卸载它。
任何关于为什么这个插件没有被 chrome 检测到的想法都会有所帮助。
【问题讨论】:
标签: google-chrome firefox-addon google-chrome-extension npapi