Element Background Setter Firefox

Examine source code of Element Background Setter

제작자: Jonas
Inspect and view changes in Element Background Setter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Element Background Setter",
  "version": "1.0",
  "description": "Sets the background of a user-specified element to a user-specified color.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "element-background-setter@example.com"
    }
  }
}

최고의 Element Background Setter 대안

다음은 Element Background Setter과(와) 유사한 Firefox add-on입니다: