Add-on SDK is an API allowing you to create simple Firefox add-ons using standard web technologies - HTML, CSS, and JavaScript. The SDK contains tools to "compile" your code into a Firefox add-on package. Earlier versions of the Add-on SDK were released under the name Jetpack.
In addition to the Add-on SDK, the Mozilla project also provides the Add-on Builder web application that allows developing SDK-based add-ons directly in your browser.
- Add-on SDK homepage: https://addons.mozilla.org/developers/builder
- SDK documentation: https://addons.mozilla.org/en-US/developers/docs/sdk/latest/
- Add-on Builder: https://builder.addons.mozilla.org/