aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/archive/add-ons/developing_add-ons/index.html
blob: 048ba6dd7eb5aa89d84ce001fe62b82b2ec14e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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>