Speed Reader

Improve your reading speed up to 4 times.

什么是Speed Reader?

Speed Reader是由emiliorodriguez开发的Chrome扩展程序,该扩展的主要功能是“Improve your reading speed up to 4 times.”。

扩展截图

screenshot

下载Speed Reader扩展crx文件

下载Speed Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Read faster now! 

With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute.

- Average reading speed of an adult: 250 wpm (words per minute)
- Initial reading speed with 'Speed Reader': 300 wpm 
- Reading speed after 3 weeks using 'Speed Reader': 500 wpm

You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.                    

扩展基本信息

名称 Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
官方URL https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
简介 Improve your reading speed up to 4 times.
文件大小 14.75 KB
安装次数 6,269
当前版本 1.0
更新时间 2014-03-03
上架时间 2014-03-03
评分 3.18/5 共11次评分
开发者 emiliorodriguez
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Reader",
    "description": "Improve your reading speed up to 4 times.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}