3read

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

Apa itu 3read?

3read adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 3read

Unduh file ekstensi 3read dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
URL Resmi https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Deskripsi 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Ukuran File 367 KB
Jumlah Instalasi 319
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2014-04-11
Tanggal Publikasi 2014-04-11
Penilaian 4.89/5 Total 9 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}