SpeedReader

The easiest way to learn to speed read

SpeedReaderとは何ですか?

SpeedReaderはnicolas.toscanoによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to learn to speed read」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension adds vertical lines to the paragraphs of the current webpage to train speed reading. 
Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video:

 https://www.youtube.com/watch?v=jeOHqI9SqOI                    

拡張機能の基本情報

名前 SpeedReader SpeedReader
ID jigjffjnfiikefbmfcnffbinngepkaik
公式URL https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik
説明 The easiest way to learn to speed read
ファイルサイズ 91.96 KB
インストール数 408
現在のバージョン 2.0
最終更新日 2015-08-05
公開日 2015-08-04
評価 2.67/5 合計 3 レビュー
開発者 nicolas.toscano
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedReader",
    "description": "The easiest way to learn to speed read",
    "version": "2.0",
    "browser_action": {
        "default_icon": "SR.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ]
}