Rapid Reader
Speed reads text
Wat is Rapid Reader?
Rapid Reader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Speed reads text".
Extensie Screenshots
Download het CRX-bestand van de extensie Rapid Reader
Download Rapid Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | jggpancjidhgdmjghapfbhhcbjieefgn |
| Officiële URL | https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn |
| Beschrijving | Speed reads text |
| Bestandsgrootte | 249 KB |
| Aantal Installaties | 556 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-04-27 |
| Publicatiedatum | 2014-04-27 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |