aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/archive/add-ons/developing_add-ons/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/archive/add-ons/developing_add-ons/index.html')
-rw-r--r--files/zh-tw/archive/add-ons/developing_add-ons/index.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/files/zh-tw/archive/add-ons/developing_add-ons/index.html b/files/zh-tw/archive/add-ons/developing_add-ons/index.html
new file mode 100644
index 0000000000..048ba6dd7e
--- /dev/null
+++ b/files/zh-tw/archive/add-ons/developing_add-ons/index.html
@@ -0,0 +1,50 @@
+---
+title: 開發附加元件
+slug: Archive/Add-ons/Developing_add-ons
+translation_of: Archive/Add-ons/Developing_add-ons
+---
+<p>大多數的 Mozilla 所開發的軟件,主要是透過「附加元件」來擴充其工能。 「附加元件」主要分成三大類:「擴充套件(Extensions)」 、「外掛程式(Plugin-ins)」及「佈景主題(Themes)」。本文的主要目的,是去指導及提供你所需的資訊用來去製作 Firefox 、 Thunderbird ...等等的 Mozilla 的軟體上的「附加元件」,以及提交及發佈你所製作的「附加元件」的方法。</p>
+<table class="mainpage-table">
+ <tbody>
+ <tr>
+ <td colspan="2">
+ <h2 id="附加元件主題">附加元件主題</h2>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <dl>
+ <dt>
+ <a class="internal" href="/zh_tw/提交附加元件至AMO" title="zh tw/提交附加元件至AMO">提交附加元件至 AMO</a></dt>
+ <dd>
+ 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.</dd>
+ <dt>
+ <a class="internal" href="/zh_tw/擴充套件" title="zh tw/擴充套件">擴充套件</a></dt>
+ <dd>
+ 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.</dd>
+ <dt>
+ <a class="internal" href="/zh_tw/Plugins" title="zh tw/Plugins">外掛程式</a></dt>
+ <dd>
+ Information about how to create plug-ins, which are binary components that let Mozilla based software display content they can't handle natively.</dd>
+ </dl>
+ </td>
+ <td>
+ <dl>
+ <dt>
+ <a class="internal" href="/zh_tw/佈景主題" title="zh tw/佈景主題">佈景主題</a></dt>
+ <dd>
+ Themes let users customize the appearance of the user interface presented by Mozilla-based applications.</dd>
+ <dt>
+ <a class="internal" href="/zh_tw/Creating_OpenSearch_plugins_for_Firefox" title="zh tw/Creating OpenSearch plugins for Firefox">搜尋引擎外掛</a></dt>
+ <dd>
+ Firefox supports search engine plug-ins, which enable the search box to support different search engines.</dd>
+ <dt>
+ <a class="internal" href="/zh_tw/The_Mozilla_platform" rel="internal" title="/zh tw/The Mozilla platform">Mozilla 平台</a></dt>
+ <dd>
+ Information about the Mozilla platform, including all of its APIs and technologies, as well as how to use them in your own projects.</dd>
+ </dl>
+ </td>
+ </tr>
+ </tbody>
+</table>
+<p> </p>