How to update add-ons
Revision Information
- Revision id: 143771
- Created:
- Creator: Ömer Timur
- Comment: some more edits
- Reviewed: No
- Ready for localization: No
Revision Source
Revision Content
Add-ons allows you to add extra features and functionality to Firefox. This article explain update options of addons and give links to Advanced users about debbuging addons.
- Click the menu button
and choose . The Add-ons Manager tab will open.
- Select the panel.
Updating Add-ons
- Click the gear icon
in the upper-right area of the panel.;
- then choose one of the options below from opened list:
- Check for update: Clicking this option you can check update to your add-ons as manually. If there are any update, you have an option to choose update it now or later. For this option, you should reset all add-ons to update automatically.
- View recent updates: Clicking this option, it shows you last updated add-ons.
- Update Add-ons automatically: If you want to keep up to date your add-ons, you should select this option to update them automatically.
- Reset all add-ons to update automatically: If you want to update your add-ons manually, select this option. You can check for update any time as manually.
Install Add-ons
You have a two options to installing add-ons:
- Install add-ons from Firefox addons page: In the Add-ons Manager tab, select the addons.mozilla.org where you can search for specific add-ons. For more information see, Find and install add-ons to add features to Firefox. panel or directly go to
- Install Add-on from file: Also, you have an option to install add-ons from a file.
- Click the gear icon
in the upper-right area of the panel.
- Select the on the opened list.
- Then, search for add-ons file (*.xpi, *.jar, *.zip) on your computer.
- Select the file to install.
For Advanced Users
Debug Add-ons
The about:debugging page provides a single place from which you can attach the Firefox Developer Tools to a number of debugging targets. At the moment it supports three main sorts of targets: restartless add-ons, tabs, and workers - see Add-on Debugger.
An extension can consist of various different pieces — background scripts, popups, options pages, content scripts - and you'll need to use a slightly different workflow to debug each piece - see WebExtensions-Debugging.