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\/*"
    ]
}