Any suggested links for Firefox extension development? 1 points by gregp 18y ago ↗ HN I found a few sites via google, most of them are old and seem out of date - any suggestions?Thanks
[–] utnick 18y ago ↗ 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 useI go to xulplanet.com or mozilla for specific or in depth things
[–] brianr 18y ago ↗ 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.
2 comments
[ 9.1 ms ] story [ 41.4 ms ] threadI 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