Custom New Tab Firefox

Examine source code of Custom New Tab

제작자: Florin Große
Inspect and view changes in Custom New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom New Tab",
  "description": "Want a better new tab window? Here you go.",
  "version": "1.3.14",
  "author": "Florin Große",
  "background": {
    "scripts": [
      "js/backgroundScript.js"
    ]
  },
  "browser_action": {
    "default_icon": "resources/icons/icon.png",
    "default_title": "New Tab",
    "default_popup": "popup/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{45fcba70-834e-4253-9e54-946fb6fe622c}",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "activeTab"
  ],
  "icons": {
    "16": "resources/icons/icon_16.png",
    "32": "resources/icons/icon_32.png",
    "64": "resources/icons/icon_64.png",
    "128": "resources/icons/icon_128.png",
    "256": "resources/icons/icon_256.png",
    "1080": "resources/icons/icon.png"
  }
}

최고의 Custom New Tab 대안

다음은 Custom New Tab과(와) 유사한 Firefox add-on입니다: