SplashReader: Speed Reading with Breaks
A speed reader that lets you come up for air.
SplashReader: Speed Reading with Breaks là gì?
SplashReader: Speed Reading with Breaks là một tiện ích mở rộng Chrome được phát triển bởi rattray.alex, và tính năng chính của nó là "A speed reader that lets you come up for air.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SplashReader: Speed Reading with Breaks
Tải xuống các tệp mở rộng SplashReader: Speed Reading with Breaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SplashReader: Speed Reading with Breaks |
ID | poilkhacfacheblaajlfkdclgbpjolmd |
URL Chính Thức | https://chromewebstore.google.com/detail/splashreader-speed-readin/poilkhacfacheblaajlfkdclgbpjolmd |
Mô tả | A speed reader that lets you come up for air. |
Kích Thước Tệp | 172 KB |
Số Lần Cài Đặt | 789 |
Phiên Bản Hiện Tại | 3.4.0 |
Cập Nhật Lần Cuối | 2016-09-08 |
Ngày Phát Hành | 2016-09-07 |
Đánh Giá | 3.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | rattray.alex |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://splashreaderapp.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |