Page Font Changer Firefox

Examine source code of Page Font Changer

Inspect and view changes in Page Font Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Font Changer",
  "version": "1.0",
  "description": "Toggle a clean, readable font (e.g. Arial) for the current page.",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Toggle readable font"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pagefontchanger-001@youraddons",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect, store, or transmit any user data."
      }
    }
  },
  "data_collection_permissions": {
    "collects_data": false,
    "description": "This extension does not collect, store, or transmit any user data."
  }
}

Best Page Font Changer Alternatives

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