Touch Keyboard

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

Cos'è Touch Keyboard?

Touch Keyboard è un'estensione di Chrome sviluppata da SuperUber, e la sua funzione principale è "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.".

Scarica il file CRX dell'estensione Touch Keyboard

Scarica i file di estensione Touch Keyboard 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

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

Informazioni di Base sull'Estensione

Nome Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
URL Ufficiale https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
Descrizione Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
Dimensione del File 40 KB
Conteggio Installazioni 90
Versione Corrente 1.1
Ultimo Aggiornamento 2015-03-09
Data di Pubblicazione 2015-03-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore SuperUber
Tipo di Pagamento free
Sito Web dell'Estensione http://www.superuber.com
Lingue Supportate 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
}