Thunderbird add-ons - frequently asked questions
Revision Information
- Revision id: 127152
- Created:
- Creator: Tonnes
- Comment: remove : in header titles
- Reviewed: Yes
- Reviewed:
- Reviewed by: Tonnes
- Is approved? Yes
- Is current revision? No
- Ready for localization: Yes
- Readied for localization:
- Readied for localization by: Tonnes
Revision Source
Revision Content
Table of Contents
- 1 What is an add-on?
- 2 Who creates add-ons?
- 3 Where do I get add-ons?
- 4 How do I install an add-on?
- 5 How do I configure add-ons?
- 6 What if my add-on is broken?
- 7 How do I see which add-ons are installed?
- 8 How do I update an add-on?
- 9 How do I disable or uninstall an add-on?
- 10 How do I create/develop an add-on?
What is an add-on?
Add-ons are extensions and other additions that add new functionality to Thunderbird or change its appearance. Thunderbird has an open, extensible design and program architecture. This enables people to create "add-ons" to Thunderbird.
Who creates add-ons?
Add-ons are mostly created by Mozilla volunteers, not Mozilla staff members (although some staffers write add-ons in their spare time). In general, though, Mozilla is generally not directly involved in the development of add-ons. Also, while Mozilla hosts a site where developers can distribute their add-ons, and while Mozilla reviews the add-ons that are distributed through that site, Mozilla is not responsible for supporting add-ons. If you need help with an add-on, you should contact the add-on's author.
Where do I get add-ons?
Most Thunderbird add-ons are distributed via the Mozilla add-ons site (although authors can distribute their add-ons any way they choose). You can search and browse the add-ons site via a web browser. Alternatively, you can use the Thunderbird interface (select the menu button > or ) to browse add-ons.
How do I install an add-on?
There are two ways you may install add-ons: from within Thunderbird and from outside Thunderbird.
Installing add-ons downloaded from outside Thunderbird (e.g. using a web browser like Firefox)
- Download the add-on to your computer, unless you already have it saved.
- A source of add-ons is Mozilla's Add-ons website.
- In Thunderbird, click the menu button
and click , or select .
- Click the gear icon at the top-right corner to the left of the search box and then select
- Browse to the location of the add-on installation file, select it, and click .
- Click
- Add-ons that are from https://addons.mozilla.org/ are reviewed by Mozilla.
- If the author is verified, the author name will be displayed.
once the button is available.
- Restart Thunderbird to complete your changes.
Installing add-ons from within Thunderbird
- Click the menu button
and click , or select .
- Click .
- Type the name or keywords of the add-on you want in the search field and click the magnifier icon (or press ReturnEnter).
- Select the desired add-on from the results list.
- Click
- Add-ons that are from https://addons.mozilla.org/ are reviewed by Mozilla.
- If the author is verified, the author name will be displayed.
.
- Restart Thunderbird to complete your changes.
How do I configure add-ons?
Not all add-ons have configurable options. When they do, it is up to the add-on developer to decide how users should access these options. Often developers will make an option for their add-on under Thunderbird's
menu. Refer to the add-on's instructions or documentation, which are probably on the page from which you downloaded the add-on.What if my add-on is broken?
Contact the add-on developer for support.
How do I see which add-ons are installed?
To see which add-ons have already been installed in Thunderbird, click the menu button and click , or select from the menu. Installed add-ons are displayed in the , and panels.
How do I update an add-on?
To see if an update is available for an add-on, click the menu button and click or select from the menu and then check the , and panels. If an update is available, it will be noted in the add-on listing.
You can also force Thunderbird to check for updates. Click the menu button and click , or select from the menu. In each of the , and panels, you can click the gear icon in the top right corner and select .
How do I disable or uninstall an add-on?
- In Thunderbird, click the menu button
and click , or select .
- Select your add-on from either the , or panel.
- Click to prevent the add-on from loading (without deleting the add-on). Alternatively, click to completely remove the add-on from your system.
- Restart Thunderbird.
How do I create/develop an add-on?
You may find information on Add-on development on Mozilla Developer Network's (MDN) Extensions Page. MDN has a guide on Extensions Development.