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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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