Touch Keyboard

Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.

Apa itu Touch Keyboard?

Touch Keyboard adalah ekstensi Chrome yang dikembangkan oleh SuperUber, dan fitur utamanya adalah "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.".

Unduh Berkas CRX Ekstensi Touch Keyboard

Unduh file ekstensi Touch Keyboard 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

                        Keyboard for touch screen device focused on login popup from Facebook.                    

Informasi Dasar Ekstensi

Nama Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
URL Resmi https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
Deskripsi Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
Ukuran File 40 KB
Jumlah Instalasi 90
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-03-09
Tanggal Publikasi 2015-03-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang SuperUber
Tipe Pembayaran free
Situs Ekstensi http://www.superuber.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch Keyboard",
    "description": "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.",
    "version": "1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "keyboard.html",
        "style.css",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}