- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy Mozilla LabsBuild add-ons using popular and common technologies.Jetpack is a project to make it easy to build Firefox add-ons using common web technologies. Tabs API Provides easy access to tabs and tab-related events. Request API Lets you easily make network requests. Add-ons can now find out when they are being loaded for the first time after being installed or enabled and unloaded because they are being uninstalled or disabled. Localization API Provides simple localization functionality. It makes it possible to retrieve localized versions of the strings in your code. And it doesn't require you to solicit localizations from localizers or bundle localizations with your code, as the module retrieves them automatically from a web service based on the strings your code is using.