Speed Reader

Improve your reading speed in a blink of an eye

什麼是Speed Reader?

Speed Reader是由gleblerner開發的Chrome擴展程式,該擴展的主要功能是“Improve your reading speed in a blink of an eye”。

擴展截圖

screenshot

下載Speed Reader擴展crx文件

下載Speed Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Speed Reader Speed Reader
ID fimfkggneehllccpdfmlaahldjblpabg
官方網址 https://chrome.google.com/webstore/detail/speed-reader/fimfkggneehllccpdfmlaahldjblpabg
簡介 Improve your reading speed in a blink of an eye
檔案大小 114 KB
安裝次數 285
目前版本 1.8.1
更新時間 2014-07-14
上架時間 2014-07-14
評分 5.00/5 共 3 次評分
開發者 gleblerner
付費類型 free
支援的語言 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
}