Rapid Reader
Speed reads text
Cos'è Rapid Reader?
Rapid Reader è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Speed reads text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rapid Reader
Scarica i file di estensione Rapid Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Rapid Reader |
ID | jggpancjidhgdmjghapfbhhcbjieefgn |
URL Ufficiale | https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn |
Descrizione | Speed reads text |
Dimensione del File | 249 KB |
Conteggio Installazioni | 556 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-04-27 |
Data di Pubblicazione | 2014-04-27 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |