Touch Keyboard

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

What is Touch Keyboard?

Touch Keyboard is a Chrome extension developed by SuperUber, and its main feature is "Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.".

Download Touch Keyboard Extension CRX File

Download Touch Keyboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Touch Keyboard Touch Keyboard
ID ljjpdjbpbgcfnjnebpknijaimhokfglg
Official URL https://chrome.google.com/webstore/detail/touch-keyboard/ljjpdjbpbgcfnjnebpknijaimhokfglg
Description Keyboard for mobile or any other touch screen devices. It is inspired on Android usability.
File Size 40 KB
Installation Count 90
Current Version 1.1
Last Updated 2015-03-09
Publish Date 2015-03-09
Rating 5.00/5 Total 2 Ratings
Developer SuperUber
Payment Type free
Extension Website http://www.superuber.com
Supported Languages 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
}