Reading Speed Analyzer Firefox

Examine source code of Reading Speed Analyzer

By: For88
Inspect and view changes in Reading Speed Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Speed Analyzer",
  "version": "1.0.0",
  "description": "Analyzes your reading speed and comprehension patterns across web pages to help improve your reading efficiency.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d0fe387a-261a-4ea1-a2df-b97332956693}"
    }
  }
}

Best Reading Speed Analyzer Alternatives

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