Hacker News new | ask | show | jobs
Any suggested links for Firefox extension development?
1 points by gregp 6765 days ago
I found a few sites via google, most of them are old and seem out of date - any suggestions?

Thanks

2 comments

http://roachfiend.com/archives/2004/12/08/how-to-create-fire...

I read that guys article to get the basics down, also he has a good batch file for compiling the extension on windows that I use

I go to xulplanet.com or mozilla for specific or in depth things

Existing extensions are a great source for example code... as long as they're written in JavaScript, extensions are as open source as HTML pages. Just download the extension and unzip it.