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
电子邮箱 [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"
        }
    ]
}