apply-css Firefox

Examine source code of apply-css

제작자: test1
Inspect and view changes in apply-css source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a page action to toggle applying CSS to pages.",
  "manifest_version": 2,
  "name": "apply-css",
  "version": "1.0",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/apply-css",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/off.svg",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ]
}

최고의 apply-css 대안

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