Thunderbird:Extensions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
= Writing An Extension =
= Writing An Extension =


See the Documentation available on [http://developer.mozilla.org/en/docs/Building_a_Thunderbird_extension Building a Thunderbird Extension] from the [http://developer.mozilla.org/en/docs/Extensions Mozilla Developer Center] to get you started on writing extensions.
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.
 
Extension FAQs [[Thunderbird:Extension_Frequently_Asked_Questions|are here]].
 
For Thunderbird-specific documentation, (TBD)


= STEEL =
= STEEL =

Revision as of 17:43, 27 May 2009

<< 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 Mozilla Developer Center for help with writing extensions. There is a list of links to helpful development tools. The Thunderbird page has a tutorial, some examples, and links to other sites with resources for Thunderbird extension developers.

STEEL

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