Touch Keyboard

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

Wat is Touch Keyboard?

Touch Keyboard is een Chrome-extensie ontwikkeld door SuperUber, en de belangrijkste functie is "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.".

Download het CRX-bestand van de extensie Touch Keyboard

Download Touch Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
Officiële URL https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
Beschrijving Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
Bestandsgrootte 40 KB
Aantal Installaties 90
Huidige Versie 1.1
Laatst Bijgewerkt 2015-03-09
Publicatiedatum 2015-03-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar SuperUber
Betalingswijze free
Extensiewebsite http://www.superuber.com
Ondersteunde Talen 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
}