FirstPage Firefox

Examine source code of FirstPage

Por: iataman
Inspect and view changes in FirstPage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FirstPage",
  "version": "1.1.2.4",
  "description": "Replaces the default new tab with a customizable page with shortcuts to frequently used URLs.",
  "author": "Ismail Ataman",
  "icons": {
    "128": "./icons/logo_128.png"
  },
  "browser_action": {
    "default_icon": "./icons/logo_128.png",
    "default_title": "Add current tab to FirstPage"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "permissions": [
    "topSites",
    "tabs",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ismail.ataman@gmail.com"
    }
  }
}

Melhores alternativas FirstPage

Aqui estão algumas Firefox add-ons que são similares a FirstPage: