小小菜鸟的web菜园子

web开发学习。好记性不如烂笔头。每天进步一点点!

导航

编写Firefox插件。

一、想要编写Firefox插件最简单的技术基础就是XMLJavaScript,剩下的就是稍稍的模仿能力和不知厌倦的尝试精神。

二、需要的工具如下:

1UltraEdit (编辑相关的文件)

21st 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.

posted on 2008-08-12 18:23  『小小菜鸟』  阅读(2695)  评论(1编辑  收藏  举报