一、想要编写Firefox插件最简单的技术基础就是XML,JavaScript,剩下的就是稍稍的模仿能力和不知厌倦的尝试精神。
二、需要的工具如下:
1、UltraEdit (编辑相关的文件)
2、1st JavaScript Editor (编写JavaScript)
3、还需要以下Firefox插件用于调试:Chrome List, FireBug。其中尤其以FireBug最为重要,在开发过程中起到的作用实在是太大了。节省了很多查找bug的时间。
三、开发过程中可以参考的网站:
http://www.xulplanet.com/
http://blog.donews.com/limodou/category/35193.aspx
http://developer.mozilla.org/en/docs/Extensions
http://www.firefox.net.cn/newforum/
http://kb.mozillazine.org/Getting_started_with_extension_development
http://developer.mozilla.org/cn/docs/XUL
四、最为有用的例子。因为Firefox的插件都是源代码的打包文件,所以其他的Firefox插件都是很好的例子,在我的开发过程中觉得以下的例子比较有用:ChatZilla, Googlebar Lite, QuickNote, Super DragAndGo.