3read

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

Co je 3read?

3read je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 3read

Stáhněte si soubory rozšíření 3read ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
Oficiální URL https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Popis 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Velikost souboru 367 KB
Počet instalací 319
Aktuální Verze 0.0.4
Poslední Aktualizace 2014-04-11
Datum Vydání 2014-04-11
Hodnocení 4.89/5 Celkem 9 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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
}