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
官方網址 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\/*"
    ]
}