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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A speed reader that lets you come up for air."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SplashReader: Speed Reading with Breaks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |