diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/extensions/mobile/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/extensions/mobile/index.html')
-rw-r--r-- | files/zh-cn/extensions/mobile/index.html | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/files/zh-cn/extensions/mobile/index.html b/files/zh-cn/extensions/mobile/index.html new file mode 100644 index 0000000000..e1608005d8 --- /dev/null +++ b/files/zh-cn/extensions/mobile/index.html @@ -0,0 +1,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 & 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&language=en" title="Special:Tags?tag=Extensions:Tools&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> |