Sprint Reader - Speed Reading Extension

Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!

Sprint Reader - Speed Reading Extensionとは何ですか?

Sprint Reader - Speed Reading ExtensionはAnthony Nosekによって開発されたChromeの拡張機能で、その主な機能は「Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Sprint Reader - Speed Reading Extension拡張機能のCRXファイルをダウンロード

Sprint Reader - Speed Reading Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sprint Reader is an easy to use speed reading extension. 

Simply select text on a webpage, right-click and select 'Sprint read selected text' from the menu. This will launch the reader window, the selected text is displayed word-by-word in a fixed focal position. The duration of each slide is calculated based upon a word-per-minute (WPM) setting.

This method of reading is known as “Rapid Serial Visual Presentation” or RSVP for short. Studies have shown the habit of internally “sounding out” (sub-vocalising) words is a limiting factor which prevents faster reading speeds from being obtained. RSVP eliminates the “sounding out” of words as individual words are not displayed long enough for sub-vocalisation to occur.

RSVP proves that humans are capable of absorbing information at speeds much faster than standard reading rates with the same level of comprehension.

Please show us your support and spread the word. Sprint Reader is under constant development and we're always looking to improve.

Key features of Sprint Reader:
- Multiple colour schemes
- Optimal letter highlighting
- Automatic language detection
- Adjustable font and font size.
- Adjustable word-per-minute (WPM)
- Intelligent hyphenation of words
- Focal guides to improve attention
- Adjustable words-per-slide (chunk size)
- Provision for different display algorithms
- Optimal word positioning to improve comprehension
- Optional grammar delays:
  1. Comma
  2. Period
  3. Paragraph

- Like us on Facebook
https://www.facebook.com/SprintReader

- Follow us on Google+

----
CONTRIBUTE
----

Sprint Reader is an open source project which means you can contribute, fix bugs and add functionality. 

Become a developer for Sprint Reader: 
https://github.com/anthonynosek/sprint-reader-chrome

----
UPDATE LOG
----

For version release information please refer to the update page displayed by Sprint Reader after an update has been downloaded. Sprint Reader is under constant development so get in touch with us if you'd like new features added!

Stay tuned for more exciting features!

NOTE: Sprint Reader uses Google Analytics code to collect usage data. This data is used by us to improve Sprint Reader and is entirely anonymous. The analytics code does not have visibility to anything outside of Sprint Reader. To protect your privacy, the content of your text selections are never transmitted.

Copyright All rights reserved.                    

拡張機能の基本情報

名前 Sprint Reader - Speed Reading Extension Sprint Reader - Speed Reading Extension
ID kejhpkmainjkpiablnfdppneidnkhdif
公式URL https://chromewebstore.google.com/detail/sprint-reader-speed-readi/kejhpkmainjkpiablnfdppneidnkhdif
説明 Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!
ファイルサイズ 1.29 MB
インストール数 32,305
現在のバージョン 2.5
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.38/5 合計 257 レビュー
開発者 Anthony Nosek
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/SprintReader
ヘルプページのURL https://www.facebook.com/SprintReader
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sprint Reader - Speed Reading Extension",
    "description": "Speed reading made easy, train yourself to read 1800+ words per minute. Rapid serial visual presentation (RSVP) at its best!",
    "version": "2.5",
    "options_page": "src\/welcome.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/css\/stylepage.css"
            ],
            "js": [
                "lib\/jquery\/jquery.min.js",
                "src\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "commands": {
        "sprint-read-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "MacCtrl+Shift+Z"
            },
            "description": "Sprint read selected text"
        }
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        ""
    ],
    "background": {
        "page": "src\/background.html"
    },
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_icon": "src\/graphics\/icon128.png"
    },
    "icons": {
        "16": "src\/graphics\/icon16.png",
        "48": "src\/graphics\/icon48.png",
        "128": "src\/graphics\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/connect.facebook.net; object-src 'self'"
}