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
公式URL 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
}