Rapid Reader

Speed reads text

Rapid Readerとは何ですか?

Rapid ReaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Speed reads text」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Rapid Reader lets you speed read text in your browser by flashing the text word-by-word.  

Select the text you want to read, then click the Rapid Reader icon or use the keyboard shortcut "Alt-R" to rapid read.  

Rapid Reader can read text from any webpage.   You can configure the Words-Per-Minute and chunk size (how many words shown at once).                    

拡張機能の基本情報

名前 Rapid Reader Rapid Reader
ID jggpancjidhgdmjghapfbhhcbjieefgn
公式URL https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn
説明 Speed reads text
ファイルサイズ 249 KB
インストール数 556
現在のバージョン 1.1
最終更新日 2014-04-27
公開日 2014-04-27
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rapid Reader",
    "short_name": "Rapid Reader",
    "description": "Speed reads text",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Rapid Read currently selected text"
        }
    }
}