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"
    ]
}