开发者

firefox extension and ie8 plugin compatibility

开发者 https://www.devze.com 2022-12-25 11:49 出处:网络
im a bit new at extension development, but im about to embark upon a project to build a ffox extension.

im a bit new at extension development, but im about to embark upon a project to build a ffox extension.

Does anyone know if its possbile, with minimal adaption, to make a firefox extension compatible with ie8 as a plugin and if so, are there any caveats i should be aware of?

I guess its just javascript开发者_运维技巧 code wrapped around the ffox or ie8 wrapper, but would really appreciate to learn from someone who has experience.

Cheers

Ke


Others may know better than I but I don't think there's any "minimal adaptation" (<- I'm assuming you meant to say "adaptation") way to do this. IE plugins are COM and FF plugins are coded with JavaScript and XUL.

0

精彩评论

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