--- title: 開發附加元件 slug: Archive/Add-ons/Developing_add-ons translation_of: Archive/Add-ons/Developing_add-ons ---

大多數的 Mozilla 所開發的軟件,主要是透過「附加元件」來擴充其工能。 「附加元件」主要分成三大類:「擴充套件(Extensions)」 、「外掛程式(Plugin-ins)」及「佈景主題(Themes)」。本文的主要目的,是去指導及提供你所需的資訊用來去製作 Firefox 、 Thunderbird ...等等的 Mozilla 的軟體上的「附加元件」,以及提交及發佈你所製作的「附加元件」的方法。

附加元件主題

提交附加元件至 AMO
Provides helpful information for add-on developers to help them properly package and deliver their add-ons.  This includes information about addons.mozilla.org, Mozilla's add-on distribution web site.
擴充套件
Extensions add new functionality to Mozilla applications such as Firefox, SeaMonkey and Thunderbird. They can add anything from a toolbar button to a completely new feature.
外掛程式
Information about how to create plug-ins, which are binary components that let Mozilla based software display content they can't handle natively.
佈景主題
Themes let users customize the appearance of the user interface presented by Mozilla-based applications.
搜尋引擎外掛
Firefox supports search engine plug-ins, which enable the search box to support different search engines.
Mozilla 平台
Information about the Mozilla platform, including all of its APIs and technologies, as well as how to use them in your own projects.