Speed Reader

Improve your reading speed up to 4 times.

Speed Readerとは何ですか?

Speed Readerはemiliorodriguezによって開発されたChromeの拡張機能で、その主な機能は「Improve your reading speed up to 4 times.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Read faster now! 

With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute.

- Average reading speed of an adult: 250 wpm (words per minute)
- Initial reading speed with 'Speed Reader': 300 wpm 
- Reading speed after 3 weeks using 'Speed Reader': 500 wpm

You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.                    

拡張機能の基本情報

名前 Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
公式URL https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
説明 Improve your reading speed up to 4 times.
ファイルサイズ 14.75 KB
インストール数 6,269
現在のバージョン 1.0
最終更新日 2014-03-03
公開日 2014-03-03
評価 3.18/5 合計 11 レビュー
開発者 emiliorodriguez
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Reader",
    "description": "Improve your reading speed up to 4 times.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}