Thunderbird:Extensions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Removed obsolete parts (not updated in over 10 years!))
 
(3 intermediate revisions by 2 users not shown)
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.
 
= STEEL =
 
[[User:Jminta/Steel|STEEL]], by jminta, stands for a proposed '''S'''criptable '''T'''hunderbird '''E'''asy '''E'''xtension '''L'''ibrary, a [[FUEL]]-like set of interfaces to facilitate Thunderbird extension development.


[[category:Thunderbird|*]]
[[category:Thunderbird|*]]

Latest revision as of 12:45, 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.