SplashReader: Speed Reading with Breaks

A speed reader that lets you come up for air.

什么是SplashReader: Speed Reading with Breaks?

SplashReader: Speed Reading with Breaks是由rattray.alex开发的Chrome扩展程序,该扩展的主要功能是“A speed reader that lets you come up for air.”。

扩展截图

screenshot
screenshot

下载SplashReader: Speed Reading with Breaks扩展crx文件

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

扩展使用说明

                        Sometimes, you want to zoom through an article at 800 words per minute. 

But you might miss something. You might lose sense of where you are - in a bulleted list? A new paragraph?

SplashReader lets you easily toggle back and forth between speed-reading and normal reading with a flick of a space bar. It pauses every paragraph, giving a sense of context. Highlight a word to re-read a section or start again somewhere new.

Don't sacrifice comprehension for speed when you don't have to. 

SplashReader is an RSVP (Rapid Serial Visual Presentation), similar to other excellent speed-readers like Reedy, Spreed, Spritz, Squirt.io, and Glance. The primary differentiator is the ease with which you can move back and forth between one-word-at-a-time speed reading, and standard reading. 

SplashReader is open-source, with the code available at http://github.com/rattrayalex/splashreader                    

扩展基本信息

名称 SplashReader: Speed Reading with Breaks SplashReader: Speed Reading with Breaks
ID poilkhacfacheblaajlfkdclgbpjolmd
官方URL https://chromewebstore.google.com/detail/splashreader-speed-readin/poilkhacfacheblaajlfkdclgbpjolmd
简介 A speed reader that lets you come up for air.
文件大小 172 KB
安装次数 789
当前版本 3.4.0
更新时间 2016-09-08
上架时间 2016-09-07
评分 3.63/5 共8次评分
开发者 rattray.alex
付费类型 free
扩展官网 http://splashreaderapp.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SplashReader: Speed Reading with Breaks",
    "short_name": "SplashReader",
    "version": "3.4.0",
    "description": "A speed reader that lets you come up for air.",
    "homepage_url": "http:\/\/splashreaderapp.com",
    "author": "Alex Rattray",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "SplashRead"
    },
    "offline_enabled": true,
    "permissions": [
        "storage",
        "activeTab"
    ]
}