Speed Reading Mode Firefox

Examine source code of Speed Reading Mode

Inspect and view changes in Speed Reading Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Speed Reading Mode",
  "version": "1.0",
  "description": "A Firefox extension that helps users read faster by showing words in the center of the screen in rapid succession.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{96af8002-6af4-4664-8a84-1f95df6e6722}"
    }
  }
}

Best Speed Reading Mode Alternatives

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