Rapid Reader

Rapid Reader Extension

What is Rapid Reader?

Rapid Reader is a Chrome extension developed by Elmatsidis Paul, and its main feature is "Rapid Reader Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Rapid Reader Extension CRX File

Download Rapid Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will let you transform any webpage to Bionic Reading, with the click of a button.

Features:
- Translate any page to Bionic Reading
- Configurable word fixation
- Works with PDF (in browser)

Roadmap for next release:
- Configurable font (size), letter spacing, coloring, etc.
- Exporting
- AI Text summary

Whether you're a student, professional, teacher or just looking to increase your reading speed, Rapid Read is a very good tool for you.

Made with Love.                    

Extension Basic Information

Name Rapid Reader Rapid Reader
ID aaeodcepilolcnmcndhbblcmfnapkbdi
Official URL https://chromewebstore.google.com/detail/rapid-reader/aaeodcepilolcnmcndhbblcmfnapkbdi
Description Rapid Reader Extension
File Size 302 KB
Installation Count 51
Current Version 1.1.0
Last Updated 2023-05-02
Publish Date 2023-04-19
Rating 4.67/5 Total 3 Ratings
Developer Elmatsidis Paul
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rapid Reader",
    "description": "Rapid Reader Extension",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Rapid Reader",
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}