Rapid Reader
Speed reads text
O que é Rapid Reader?
Rapid Reader é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Speed reads text".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rapid Reader
Baixe arquivos de extensão Rapid Reader 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
Rapid Reader lets you speed read text in your browser by flashing the text word-by-word. Select the text you want to read, then click the Rapid Reader icon or use the keyboard shortcut "Alt-R" to rapid read. Rapid Reader can read text from any webpage. You can configure the Words-Per-Minute and chunk size (how many words shown at once).
Informações Básicas da Extensão
Nome | Rapid Reader |
ID | jggpancjidhgdmjghapfbhhcbjieefgn |
URL Oficial | https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn |
Descrição | Speed reads text |
Tamanho do Arquivo | 249 KB |
Contagem de Instalações | 556 |
Versão Atual | 1.1 |
Última Atualização | 2014-04-27 |
Data de Publicação | 2014-04-27 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rapid Reader", "short_name": "Rapid Reader", "description": "Speed reads text", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+R" }, "description": "Rapid Read currently selected text" } } } |