SpeedRead

This extension that let's you speed read any website in your browser.

What is SpeedRead?

SpeedRead is a Chrome extension developed by tdomhan, and its main feature is "This extension that let's you speed read any website in your browser.".

Download SpeedRead Extension CRX File

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

                                            

Extension Basic Information

Name SpeedRead SpeedRead
ID fnhiopjamldpipdooegababdpjjenngh
Official URL https://chrome.google.com/webstore/detail/speedread/fnhiopjamldpipdooegababdpjjenngh
Description This extension that let's you speed read any website in your browser.
File Size 43.34 KB
Installation Count 37
Current Version 1.0
Last Updated 2014-03-09
Publish Date 2014-03-09
Developer tdomhan
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedRead",
    "description": "This extension that let's you speed read any website in your browser.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon-16x16.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "speedreader.css"
            ],
            "js": [
                "jquery.js",
                "spin.min.js",
                "speedreader.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/speedreader-article-extractor.herokuapp.com\/*"
    ]
}