Touch Kiosk Keyboard

Keyboard optimized for touch screen kiosk apps

Wat is Touch Kiosk Keyboard?

Touch Kiosk Keyboard is een Chrome-extensie ontwikkeld door http://koremedia.net, en de belangrijkste functie is "Keyboard optimized for touch screen kiosk apps".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Touch Kiosk Keyboard

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

                        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.                    

Basisinformatie over de Extensie

Naam Touch Kiosk Keyboard Touch Kiosk Keyboard
ID lfaiipcbbikbnfcgcmaldlacamgekmnb
Officiële URL https://chrome.google.com/webstore/detail/touch-kiosk-keyboard/lfaiipcbbikbnfcgcmaldlacamgekmnb
Beschrijving Keyboard optimized for touch screen kiosk apps
Bestandsgrootte 71.74 KB
Aantal Installaties 10,000
Huidige Versie 1.11.3
Laatst Bijgewerkt 2017-07-13
Publicatiedatum 2017-07-13
Beoordeling 3.31/5 Totaal 16 Beoordelingen
Ontwikkelaar http://koremedia.net
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}