3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Hvad er 3read?
3read er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".
Udvidelsesskærmbilleder
Download 3read-udvidelses-CRX-fil
Download 3read-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | amklbgkedklmdajokboibalnafodgglg |
| Officiel URL | https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg |
| Beskrivelse | 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like. |
| Filstørrelse | 367 KB |
| Antal Installationer | 319 |
| Nuværende Version | 0.0.4 |
| Senest Opdateret | 2014-04-11 |
| Udgivelsesdato | 2014-04-11 |
| Bedømmelse | 4.89/5 Samlet 9 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |