description |
---|
A collection of the most important developer resources outside of developer.thunderbird.net. |
A few helpful resources relevant for developing add-ons for Thunderbird.
Description | |
---|---|
addons.thunderbird.net | The official Thunderbird add-on repository. |
List of Thunderbird app versions | A list of all supported values, which can be used as strict_min_version and strict_max_version values in add-on manifest files. |
Debugging Guide | A guide from the extension workshop with the most recent information on debugging add-ons. It is written for Mozilla Firefox but applies for Thunderbird as well. |
Supercharge your Thunderbird extension debugging | A guide how to use Visual Studio Code to debug Thunderbird extension. |
MailExtension APIs Documentation | Documentation of all Extension APIs created specifically for Thunderbird. They are called MailExtension APIs to distinguish them from the standard WebExtension APIs inherited from Firefox.
Note: Thunderbird 115 and Thunderbird Beta supports Manifest V3. The new specification is not finalized yet and will continue to change. |
Thunderbird Sample Extension Repository | A collection of explanatory sample extensions. |
MDN Sample Extension Repository | A collection of WebExtensions. They probably won’t work directly in Thunderbird, but they may provide hints on how to use some of the WebExtension APIs that Thunderbird inherited from Firefox. |
Thunderbird Add-On Developer Support Repository | The add-on developer support repository provides useful code snippets, examples and tools in order to better "weather" the transition to the new extension structure of Thunderbird 78. |
ThunderKdB | Overall add-on statistics and a very powerful search in the code of all add-ons listed on addons.thunderbird.net (ATN) and a few other public repositories. |
Bugzilla | Central bug tracking for Mozilla projects. Some useful pages related to Thunderbird: |
Mozilla Developer Documentation (MDN) | The main documentation for Mozilla developers. As Thunderbird is based on the Mozilla platform, some Mozilla documentation is valid for Thunderbird as well. Useful MDN pages on WebExtension are: |
Useful resources for converting legacy extensions or for creating Experiments.
Description | |
---|---|
Searchfox | An online viewer to search the Firefox code base (mozilla-central) and the Thunderbird code base (comm-central). |
Firefox Source Tree documentation | The current Firefox code documentation, which might be needed when converting legacy extensions. |
Thunderbird Source Tree documentation | The current Thunderbird code documentation, in addition to comments in idl files on comm-central. This is still work in progress. |
Archived XUL and XPCOM Documentation | The archived Mozilla documentation includes information about internal components and functions used by legacy extensions. Please be aware, that those pages are not maintained and are potentially outdated. Some useful direct links: |