9

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?

casperOne
  • 73,706
  • 19
  • 184
  • 253
Keeth
  • 2,100
  • 2
  • 21
  • 29

2 Answers2

4

This one works nice: https://addons.mozilla.org/en-US/developers/tools/builder

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

Randy Levy
  • 22,566
  • 4
  • 68
  • 94
Evan Teran
  • 87,561
  • 32
  • 179
  • 238
  • 1
    Dead link :( but Google is still alive, hopefully! https://developer.mozilla.org/en-US/Add-ons/SDK/Builder – Ninj Sep 16 '15 at 12:37
2

Look up this eclipse plugin:

SPKet

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

Chris J
  • 2,160
  • 4
  • 16
  • 23