3read
3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Was ist 3read?
3read ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".
Erweiterungsscreenshots
3read-Erweiterungs-CRX-Datei herunterladen
Laden Sie 3read-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | amklbgkedklmdajokboibalnafodgglg |
| Offizielle URL | https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg |
| Beschreibung | 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like. |
| Dateigröße | 367 KB |
| Installationsanzahl | 319 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2014-04-11 |
| Veröffentlichungsdatum | 2014-04-11 |
| Bewertung | 4.89/5 Insgesamt 9 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |