RapidRead: Read 3x Faster, Learn More Firefox

Examine source code of RapidRead: Read 3x Faster, Learn More

Inspect and view changes in RapidRead: Read 3x Faster, Learn More source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.0",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "<all_urls>",
    "tabs"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "pages/popup.html",
    "default_title": "rapidread"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles/theme.css",
        "libs/shepherd.css",
        "styles/tour.css",
        "styles/reader.css"
      ],
      "js": [
        "libs/jquery-3.7.1.min.js",
        "libs/Readability.js",
        "libs/shepherd.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "utils/reader.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      },
      "id": "{2219aeff-bb51-4775-ba6d-a009917a7a5d}"
    }
  },
  "commands": {
    "rapidread-activate": {
      "suggested_key": {
        "default": "Alt+R",
        "mac": "Alt+R"
      },
      "description": "Activate rapidread"
    }
  }
}

Best RapidRead: Read 3x Faster, Learn More Alternatives

Here are some Firefox add-ons that are similar to RapidRead: Read 3x Faster, Learn More: