Webpage Font Changer Firefox

Examine source code of Webpage Font Changer

By: Dedfer Add-on
Inspect and view changes in Webpage Font Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Webpage Font Changer",
  "version": "1.0",
  "description": "Change the font of text on webpages.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Webpage Font Changer"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b507d5d7-e8d5-4ea5-a98c-07694af318ab}"
    }
  }
}

Best Webpage Font Changer Alternatives

Here are some Firefox add-ons that are similar to Webpage Font Changer: