Simple Font Changer Firefox

Examine source code of Simple Font Changer

By: AdamUhh
Inspect and view changes in Simple Font Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "My Font Changer",
  "version": "1.0.1",
  "description": "Allows you to change the specified font on the webpage",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content_script.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "icons/f-48px.png"
    },
    "default_title": "Font Changer",
    "default_popup": "/popup.html"
  },
  "permissions": [
    "storage"
  ]
}

Best Simple Font Changer Alternatives

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