Touch Kiosk Keyboard

Keyboard optimized for touch screen kiosk apps

Touch Kiosk Keyboardคืออะไร?

Touch Kiosk Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://koremedia.net และคุณลักษณะหลักของมันคือ "Keyboard optimized for touch screen kiosk apps"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Touch Kiosk Keyboard

ดาวน์โหลดไฟล์ส่วนขยาย Touch Kiosk Keyboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Touch Kiosk Keyboard Touch Kiosk Keyboard
ID lfaiipcbbikbnfcgcmaldlacamgekmnb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/touch-kiosk-keyboard/lfaiipcbbikbnfcgcmaldlacamgekmnb
คำอธิบาย Keyboard optimized for touch screen kiosk apps
ขนาดไฟล์ 71.74 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.11.3
อัปเดตครั้งล่าสุด 2017-07-13
วันที่เผยแพร่ 2017-07-13
คะแนน 3.31/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา http://koremedia.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}