Toggle Page Fonts Firefox

Examine source code of Toggle Page Fonts

Inspect and view changes in Toggle Page Fonts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle Page Fonts",
  "version": "1.0",
  "description": "Toggle a page's fonts On or Off",
  "browser_action": {
    "default_icon": {
      "48": "Icons/off.svg",
      "96": "Icons/off.svg"
    }
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "icons": {
    "48": "Icons/on.svg",
    "96": "Icons/on.svg"
  },
  "permissions": [
    "browserSettings"
  ]
}

Best Toggle Page Fonts Alternatives

Here are some Firefox add-ons that are similar to Toggle Page Fonts: