Speed Reader

Creates a speed reading app for selected text.

What is Speed Reader?

Speed Reader is a Chrome extension developed by Jared Frank, and its main feature is "Creates a speed reading app for selected text.".

Extension Screenshots

screenshot
screenshot

Download Speed Reader Extension CRX File

Download Speed 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

                        The Speed Reader, inspired by Spritz, allows you to read any text quickly without having to move your eyes. Simply highlight text you would like to speed read and click the speed read icon in the task bar.                    

Extension Basic Information

Name Speed Reader Speed Reader
ID lldnaebkakpnlnkgpkghncnjlplldmng
Official URL https://chrome.google.com/webstore/detail/speed-reader/lldnaebkakpnlnkgpkghncnjlplldmng
Description Creates a speed reading app for selected text.
File Size 40.18 KB
Installation Count 447
Current Version 1.0
Last Updated 2015-07-30
Publish Date 2015-07-30
Rating 4.00/5 Total 6 Ratings
Developer Jared Frank
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Reader",
    "description": "Creates a speed reading app for selected text.",
    "version": "1.0",
    "icons": {
        "16": "play.png",
        "48": "play.png",
        "128": "play.png"
    },
    "browser_action": {
        "default_icon": "play.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}