Rapid Reader

Speed reads text

What is Rapid Reader?

Rapid Reader is a Chrome extension developed by Unknown, and its main feature is "Speed reads text".

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

                        Rapid Reader lets you speed read text in your browser by flashing the text word-by-word.  

Select the text you want to read, then click the Rapid Reader icon or use the keyboard shortcut "Alt-R" to rapid read.  

Rapid Reader can read text from any webpage.   You can configure the Words-Per-Minute and chunk size (how many words shown at once).                    

Extension Basic Information

Name Rapid Reader Rapid Reader
ID jggpancjidhgdmjghapfbhhcbjieefgn
Official URL https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn
Description Speed reads text
File Size 249 KB
Installation Count 556
Current Version 1.1
Last Updated 2014-04-27
Publish Date 2014-04-27
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rapid Reader",
    "short_name": "Rapid Reader",
    "description": "Speed reads text",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Rapid Read currently selected text"
        }
    }
}