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?
Asked
Active
Viewed 1,417 times
9
-
can't post an answer but ill post this comment: https://github.com/mdn/webextensions-examples – Mattwmaster58 Nov 02 '22 at 20:15
2 Answers
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
-
1Dead link :( but Google is still alive, hopefully! https://developer.mozilla.org/en-US/Add-ons/SDK/Builder – Ninj Sep 16 '15 at 12:37