Speed Reader

Improve your reading speed in a blink of an eye

What is Speed Reader?

Speed Reader is a Chrome extension developed by gleblerner, and its main feature is "Improve your reading speed in a blink of an eye".

Extension Screenshots

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

                        Train yourself to read and adsorb knowledge faster.
This is a Chrome extension that lets you read articles in half or a third of the time it usually takes you. It does this by utilizing a visual technique used by the fastest speed readers in the world.                    

Extension Basic Information

Name Speed Reader Speed Reader
ID fimfkggneehllccpdfmlaahldjblpabg
Official URL https://chrome.google.com/webstore/detail/speed-reader/fimfkggneehllccpdfmlaahldjblpabg
Description Improve your reading speed in a blink of an eye
File Size 114 KB
Installation Count 285
Current Version 1.8.1
Last Updated 2014-07-14
Publish Date 2014-07-14
Rating 5.00/5 Total 3 Ratings
Developer gleblerner
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Reader",
    "version": "1.8.1",
    "description": "Improve your reading speed in a blink of an eye",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_title": "Speed Reader",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "storage",
        "input",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "selection.js"
            ],
            "css": [
                "mystyle.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}