Rapid Reader
Speed reads text
Co je Rapid Reader?
Rapid Reader je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Speed reads text“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rapid Reader
Stáhněte si soubory rozšíření Rapid Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | Rapid Reader |
ID | jggpancjidhgdmjghapfbhhcbjieefgn |
Oficiální URL | https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn |
Popis | Speed reads text |
Velikost souboru | 249 KB |
Počet instalací | 556 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-04-27 |
Datum Vydání | 2014-04-27 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" } } } |