Style Switcher Firefox

Examine source code of Style Switcher

提供元: Hossein Binaei
Inspect and view changes in Style Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Style Switcher",
  "version": "1.18",
  "description": "تغییر فونت و اندازه متون سایت‌ها",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "تنظیمات نمایش"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{61d10bd4-07fe-413c-9813-65b3ab853630}"
    }
  }
}

ベストのStyle Switcher代替案

Style Switcherに類似したFirefox add-onをいくつか紹介します: