Speed Reading Enhancer Firefox

Examine source code of Speed Reading Enhancer

By: limxz
Inspect and view changes in Speed Reading Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Speed Reading Enhancer",
  "version": "1.0",
  "description": "Enhances your reading experience by toggling bold style on the first few characters of words on web page text. Click the toolbar icon to switch between bold and normal text styles.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "64": "off.png"
  },
  "browser_action": {
    "default_icon": "off.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9c2647e3-d1fc-4012-bb78-836461ba7e1a}"
    }
  }
}

Best Speed Reading Enhancer Alternatives

Here are some Firefox add-ons that are similar to Speed Reading Enhancer: