3read

3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.

Wat is 3read?

3read is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 3read

Download 3read-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

                        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!                    

Basisinformatie over de Extensie

Naam 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
Officiële URL https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Beschrijving 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Bestandsgrootte 367 KB
Aantal Installaties 319
Huidige Versie 0.0.4
Laatst Bijgewerkt 2014-04-11
Publicatiedatum 2014-04-11
Beoordeling 4.89/5 Totaal 9 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}