SpeedRead

This extension that let's you speed read any website in your browser.

SpeedReadとは何ですか?

SpeedReadはtdomhanによって開発されたChromeの拡張機能で、その主な機能は「This extension that let's you speed read any website in your browser.」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 SpeedRead SpeedRead
ID fnhiopjamldpipdooegababdpjjenngh
公式URL https://chrome.google.com/webstore/detail/speedread/fnhiopjamldpipdooegababdpjjenngh
説明 This extension that let's you speed read any website in your browser.
ファイルサイズ 43.34 KB
インストール数 37
現在のバージョン 1.0
最終更新日 2014-03-09
公開日 2014-03-09
開発者 tdomhan
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedRead",
    "description": "This extension that let's you speed read any website in your browser.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon-16x16.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "speedreader.css"
            ],
            "js": [
                "jquery.js",
                "spin.min.js",
                "speedreader.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/speedreader-article-extractor.herokuapp.com\/*"
    ]
}