Speed Reader

Creates a speed reading app for selected text.

Speed Readerとは何ですか?

Speed ReaderはJared Frankによって開発されたChromeの拡張機能で、その主な機能は「Creates a speed reading app for selected text.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Speed Reader拡張機能のCRXファイルをダウンロード

Speed Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Speed Reader, inspired by Spritz, allows you to read any text quickly without having to move your eyes. Simply highlight text you would like to speed read and click the speed read icon in the task bar.                    

拡張機能の基本情報

名前 Speed Reader Speed Reader
ID lldnaebkakpnlnkgpkghncnjlplldmng
公式URL https://chrome.google.com/webstore/detail/speed-reader/lldnaebkakpnlnkgpkghncnjlplldmng
説明 Creates a speed reading app for selected text.
ファイルサイズ 40.18 KB
インストール数 447
現在のバージョン 1.0
最終更新日 2015-07-30
公開日 2015-07-30
評価 4.00/5 合計 6 レビュー
開発者 Jared Frank
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Reader",
    "description": "Creates a speed reading app for selected text.",
    "version": "1.0",
    "icons": {
        "16": "play.png",
        "48": "play.png",
        "128": "play.png"
    },
    "browser_action": {
        "default_icon": "play.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}