diff options
Diffstat (limited to 'files/zh-cn/extensions/mobile/index.html')
| -rw-r--r-- | files/zh-cn/extensions/mobile/index.html | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/files/zh-cn/extensions/mobile/index.html b/files/zh-cn/extensions/mobile/index.html deleted file mode 100644 index e1608005d8..0000000000 --- a/files/zh-cn/extensions/mobile/index.html +++ /dev/null @@ -1,76 +0,0 @@ ---- -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> |
