views:

295

answers:

2

I always seem to have a hard time starting a new Firefox extension. Can anyone recommend a good extension skeleton, scaffold, or code generator? Ideally one that follows all the best practices for FF extensions?

+3  A: 

This one works nice: http://ted.mielczarek.org/code/mozilla/extensionwiz/

Of course googling for "firefox extension generator" is where I found it ;)

Evan Teran
+1  A: 

Look up this eclipse plugin:

SPKet

It will take care of the skeleton and 50 other things, you will love it.

Chris J