Touch Kiosk Keyboard

Keyboard optimized for touch screen kiosk apps

Touch Kiosk Keyboard là gì?

Touch Kiosk Keyboard là một tiện ích mở rộng Chrome được phát triển bởi http://koremedia.net, và tính năng chính của nó là "Keyboard optimized for touch screen kiosk apps".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Touch Kiosk Keyboard

Tải xuống các tệp mở rộng Touch Kiosk Keyboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Touch Kiosk Keyboard Touch Kiosk Keyboard
ID lfaiipcbbikbnfcgcmaldlacamgekmnb
URL Chính Thức https://chrome.google.com/webstore/detail/touch-kiosk-keyboard/lfaiipcbbikbnfcgcmaldlacamgekmnb
Mô tả Keyboard optimized for touch screen kiosk apps
Kích Thước Tệp 71.74 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.11.3
Cập Nhật Lần Cuối 2017-07-13
Ngày Phát Hành 2017-07-13
Đánh Giá 3.31/5 Tổng số 16 Đánh Giá
Nhà Phát Triển http://koremedia.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}