3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Vad är 3read?
3read är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".
Tilläggsskärmbilder
Ladda ner 3read-förlängningens CRX-fil
Ladda ner 3read-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions!
Grundläggande Information om Tillägg
Namn | 3read |
ID | amklbgkedklmdajokboibalnafodgglg |
Officiell webbadress | https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg |
Beskrivning | 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like. |
Filstorlek | 367 KB |
Antal Installationer | 319 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2014-04-11 |
Publiceringsdatum | 2014-04-11 |
Betyg | 4.89/5 Totalt 9 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3read", "version": "0.0.4", "description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "keycodes.js", "background.js" ] }, "browser_action": { "default_icon": "icon_19.png", "default_title": "3read Selection" }, "commands": { "read": { "suggested_key": { "default": "Alt+R" }, "description": "3read!" } }, "options_page": "options.html", "minimum_chrome_version": "18", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "manifest_version": 2 } |