3read

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

Cos'è 3read?

3read è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 3read

Scarica i file di estensione 3read in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
URL Ufficiale https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Descrizione 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Dimensione del File 367 KB
Conteggio Installazioni 319
Versione Corrente 0.0.4
Ultimo Aggiornamento 2014-04-11
Data di Pubblicazione 2014-04-11
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}