Touch Keyboard

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

Vad är Touch Keyboard?

Touch Keyboard är en Chrome-tillägg utvecklad av SuperUber, och dess huvudfunktion är "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.".

Ladda ner Touch Keyboard-förlängningens CRX-fil

Ladda ner Touch Keyboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
Officiell webbadress https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
Beskrivning Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
Filstorlek 40 KB
Antal Installationer 90
Aktuell Version 1.1
Senast Uppdaterad 2015-03-09
Publiceringsdatum 2015-03-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare SuperUber
Betalningssätt free
Tilläggswebbplats http://www.superuber.com
Stödda Språk 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
}