aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/extensions/mobile/index.html
blob: e1608005d86e07961ea966a1bee312dc1019b118 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
title: Extensions for Firefox for Android
slug: Extensions/Mobile
translation_of: Archive/Add-ons/Legacy_Firefox_for_Android
---
<p>{{LegacyAddonsNotice}}{{AddonSidebar}}</p>

<p>下面的文章为想要开发Firefox for Android扩展的人提供了帮助.</p>

<p>In addition, please refer to the <a class="internal" href="/en/Extensions" title="En/Extensions">general extension documentation</a> that applies to all Mozilla applications.</p>

<table class="topicpage-table">
 <tbody>
  <tr>
   <td>
    <h3 id="Documentation">Documentation</h3>

    <h5 id="Tutorials">Tutorials</h5>

    <dl>
     <dt><a href="/en/Extensions/Mobile/Walkthrough" title="en/Extensions/Mobile/Walkthrough">Walkthrough</a></dt>
     <dd>Developing, packaging and installing a simple add-on for Firefox for Android.</dd>
     <dt><a href="/en/Extensions/Mobile/Initialization_and_Cleanup" title="en/Extensions/Mobile/Initialization_and_Cleanup">Initialization and Cleanup</a></dt>
     <dd>How to initialize your add-on when it is started and clean up when it is shut down.</dd>
     <dt><a class="internal" href="/en/Extensions/Mobile/Creating_a_User_Interface" title="en/Extensions/Mobile/Creating_a_UI">Creating a UI</a></dt>
     <dd>A quick guide to using the NativeWindow API to create user interface components.</dd>
     <dt><a class="internal" href="/en/Extensions/Mobile/API/BrowserApp" title="en/Extensions/Mobile/Interacting_with_the_Browser">Interacting with the Browser</a></dt>
     <dd>A quick guide to using the BrowserApp API to access browser tabs and the web content they host.</dd>
    </dl>

    <h5 id="API_Reference_Code_Samples">API Reference &amp; Code Samples</h5>

    <dl>
     <dt><a class="internal" href="/en/Extensions/Mobile/API/NativeWindow" title="en/Extensions/Mobile/API/NativeWindow">NativeWindow</a></dt>
     <dd>Create native Android UI widgets.</dd>
     <dt><a href="/en/Extensions/Mobile/API/BrowserApp" title="en/Extensions/Mobile/API/BrowserApp">BrowserApp</a></dt>
     <dd>Access browser tabs and the web content they host.</dd>
     <dt><a href="/en-US/docs/Code_snippets/Mobile" title="/Code_snippets/Mobile">Code Snippets</a></dt>
     <dd>Code samples for common tasks</dd>
    </dl>
   </td>
   <td>
    <h3 id="Community">Community</h3>

    <ul>
     <li>
      <p>View Mozilla extension development forums...</p>
     </li>
    </ul>

    <p>{{ DiscussionList("dev-extensions", "mozilla.dev.extensions") }}</p>

    <ul>
     <li><a class="link-irc" href="irc://moznet/#extdev" title="irc://moznet/#extdev">#extdev IRC channel</a></li>
     <li><a class="link-irc" href="irc://moznet/#mobile" title="irc://moznet/#mobile">#mobile IRC channel</a></li>
    </ul>

    <h3 id="Tools">Tools</h3>

    <p> </p>

    <p><span class="alllinks"><a href="/Special:Tags?tag=Extensions:Tools&amp;language=en" title="Special:Tags?tag=Extensions:Tools&amp;language=en">View All...</a></span></p>
   </td>
  </tr>
 </tbody>
</table>

<h3 id="Related_Topics">Related Topics</h3>

<dl>
 <dd><a href="/en/XUL" title="en/XUL">XUL</a>, <a href="/en/JavaScript" title="en/JavaScript">JavaScript</a>, <a href="/en/XPCOM" title="en/XPCOM">XPCOM</a>, <a href="/en/Themes" title="en/Themes">Themes</a>, <a href="/En/Developer_Guide" title="en/Developing_Mozilla">Developing Mozilla</a></dd>
</dl>

<p><span class="alllinks"><a class="internal" href="/Special:Tags?tag=Extensions" title="Special:Tags?tag=Extensions">View all pages tagged with "Extensions"...</a></span></p>

<p> </p>