Fast Reader

Speed up your reading!

What is Fast Reader?

Fast Reader is a Chrome extension developed by dmarch, and its main feature is "Speed up your reading!".

Extension Screenshots

screenshot

Download Fast Reader Extension CRX File

Download Fast 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 allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.                    

Extension Basic Information

Name Fast Reader Fast Reader
ID okiodagpdhmlhpikmbohgelnmngkhfhm
Official URL https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm
Description Speed up your reading!
File Size 1.72 MB
Installation Count 191
Current Version 1.1
Last Updated 2013-06-23
Publish Date 2013-06-23
Rating 4.00/5 Total 2 Ratings
Developer dmarch
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Reader",
    "description": "Speed up your reading!",
    "version": "1.1",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Fast Reader - speed up your reading!"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}