Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Home.jsm

翻譯不完整。請協助 翻譯此英文文件

The Home object is only available to privileged code running on Firefox for Android, and is intended for use by Firefox for Android add-ons.

The Home.jsm JavaScript code module offers utility routines dealing with customizing the home page in Fennec. This is the page that's shown on startup and new tabs, as well as when the user enters "editing mode" from the urlbar. To use it, you first need to import the code module into your JavaScript scope:

Components.utils.import("resource://gre/modules/Home.jsm");

panels

The Home.panels API lets you add new panels to the home page. Add items to the main menu in Firefox for Android. See the panels API documentation. Requires Gecko 30

banner

The Home.banner API lets you customize a banner that appears at the bottom of the home page. See the banner API documentation.

文件標籤與貢獻者

 此頁面的貢獻者: leibovic
 最近更新: leibovic,