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.

  1. Click the menu button New Fx Menu and choose Add-ons. The Add-ons Manager tab will open.
  2. Select the Extensions panel.
addons-manager

Updating Add-ons

  1. Click the gear icon gear icon in the upper-right area of the Extensions panel.;addon-gear-menu-list
  2. 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-on from file: Also, you have an option to install add-ons from a file.
  1. Click the gear icon gear icon in the upper-right area of the Extensions panel.
  2. Select the Install Add-on from file... on the opened list.
  3. Then, search for add-ons file (*.xpi, *.jar, *.zip) on your computer.
  4. Select the file to install.

For Advanced Users

Debug Add-ons

debbug-addons

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.