3read

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

Co to jest 3read?

3read to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 3read

Pobierz pliki rozszerzeń 3read w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
Oficjalny URL https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Opis 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Rozmiar pliku 367 KB
Liczba instalacji 319
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2014-04-11
Data Publikacji 2014-04-11
Ocena 4.89/5 Łącznie 9 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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
}