Thunderbird:Extensions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Updated links)
Line 3: Line 3:
= Mozilla Add-ons =
= Mozilla Add-ons =


[https://addons.mozilla.org/en-US/thunderbird Thunderbird Add-ons] at addons.mozilla.org is great way to start browsing Thunderbird extensions.
[https://addons.thunderbird.net Thunderbird Add-ons] at addons.mozilla.org is great way to start browsing Thunderbird extensions.


= Writing An Extension =
= Writing An Extension =


See the [http://developer.mozilla.org/en/docs/Extensions Mozilla Developer Center] for help with writing extensions. There is a list of links to helpful development tools. The [http://developer.mozilla.org/en/Extensions/Thunderbird Thunderbird page] has a tutorial, some examples, and links to other sites with resources for Thunderbird extension developers.
See the [https://developer.thunderbird.net/add-ons/about-add-ons Introduction] and the [https://developer.thunderbird.net/add-ons/mailextensions Guide to MailExtensions] for help with writing extensions.


= Better extension APIs =
= Better extension APIs =

Revision as of 12:43, 19 May 2021

<< Back to Thunderbird Home Page

Mozilla Add-ons

Thunderbird Add-ons at addons.mozilla.org is great way to start browsing Thunderbird extensions.

Writing An Extension

See the Introduction and the Guide to MailExtensions for help with writing extensions.

Better extension APIs

New APIs are planned at the Thunderbird:Extensions:Needed_APIs page.

STEEL

STEEL, by jminta, stands for a proposed Scriptable Thunderbird Easy Extension Library, a FUEL-like set of interfaces to facilitate Thunderbird extension development.