Touch Kiosk Keyboard

Keyboard optimized for touch screen kiosk apps

What is Touch Kiosk Keyboard?

Touch Kiosk Keyboard is a Chrome extension developed by http://koremedia.net, and its main feature is "Keyboard optimized for touch screen kiosk apps".

Extension Screenshots

screenshot

Download Touch Kiosk Keyboard Extension CRX File

Download Touch Kiosk 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

                        Virtual keyboard optimized for touch screen kiosk apps built on Google Chrome.

This keyboard is responsive and works with portrait and landscape resolutions.  Button size has been optimized for use with touch foils.

Supports standard keyboard layout, number pad and email layout.                    

Extension Basic Information

Name Touch Kiosk Keyboard Touch Kiosk Keyboard
ID lfaiipcbbikbnfcgcmaldlacamgekmnb
Official URL https://chrome.google.com/webstore/detail/touch-kiosk-keyboard/lfaiipcbbikbnfcgcmaldlacamgekmnb
Description Keyboard optimized for touch screen kiosk apps
File Size 71.74 KB
Installation Count 10,000
Current Version 1.11.3
Last Updated 2017-07-13
Publish Date 2017-07-13
Rating 3.31/5 Total 16 Ratings
Developer http://koremedia.net
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch Kiosk Keyboard",
    "description": "Keyboard optimized for touch screen kiosk apps",
    "manifest_version": 2,
    "version": "1.11.3",
    "icons": {
        "16": "keyboard.png",
        "48": "keyboard.png",
        "128": "keyboard.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "buttons\/keyboard_2.png",
        "default_title": "Touch Kiosk Keyboard Toggle",
        "default_popup": "toggle.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "keyboard.html",
        "keyboard_*.html",
        "keyboard_en.html",
        "keyboard_ru.html",
        "style.css",
        "options.js",
        "toggle.html",
        "toggle.js",
        "icons\/*",
        "icons\/backspace.png",
        "icons\/backspace-e.png",
        "icons\/close.png",
        "icons\/enter.png",
        "icons\/enter-e.png",
        "icons\/settings.png",
        "icons\/shift.png",
        "buttons\/*",
        "buttons\/keyboard_1.png",
        "buttons\/keyboard_2.png",
        "buttons\/keyboard_3.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}