the background Firefox

Examine source code of the background

제작자: HAYWIN
Inspect and view changes in the background source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Change Background Color",
  "version": "1.0",
  "description": "A simple extension to change the background color of a webpage",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{07318067-9326-41e0-b3b7-7bd83663fc62}"
    }
  }
}

최고의 the background 대안

다음은 the background과(와) 유사한 Firefox add-on입니다: