SplashReader: Speed Reading with Breaks
A speed reader that lets you come up for air.
O que é SplashReader: Speed Reading with Breaks?
SplashReader: Speed Reading with Breaks é uma extensão do Chrome desenvolvida por rattray.alex, e sua principal característica é "A speed reader that lets you come up for air.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SplashReader: Speed Reading with Breaks
Baixe arquivos de extensão SplashReader: Speed Reading with Breaks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | SplashReader: Speed Reading with Breaks |
ID | poilkhacfacheblaajlfkdclgbpjolmd |
URL Oficial | https://chromewebstore.google.com/detail/splashreader-speed-readin/poilkhacfacheblaajlfkdclgbpjolmd |
Descrição | A speed reader that lets you come up for air. |
Tamanho do Arquivo | 172 KB |
Contagem de Instalações | 789 |
Versão Atual | 3.4.0 |
Última Atualização | 2016-09-08 |
Data de Publicação | 2016-09-07 |
Classificação | 3.63/5 Total de 8 Avaliações |
Desenvolvedor | rattray.alex |
Tipo de Pagamento | free |
Site da Extensão | http://splashreaderapp.com |
Idiomas Suportados | 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" ] } |