Virtual Keyboard

Fullscreen on-screen virtual keyboard for touch screen devices

Virtual Keyboardคืออะไร?

Virtual Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emiliano.paterlini และคุณลักษณะหลักของมันคือ "Fullscreen on-screen virtual keyboard for touch screen devices"

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

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

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

                                            

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

ชื่อ Virtual Keyboard Virtual Keyboard
ID jdcighjifjnhegbdfefgijnfidmaaojn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/virtual-keyboard/jdcighjifjnhegbdfefgijnfidmaaojn
คำอธิบาย Fullscreen on-screen virtual keyboard for touch screen devices
ขนาดไฟล์ 57.71 KB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 1.10.8
อัปเดตครั้งล่าสุด 2016-03-04
วันที่เผยแพร่ 2016-03-04
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา emiliano.paterlini
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Fullscreen on-screen virtual keyboard for touch screen devices",
    "icons": {
        "128": "keyboard.png",
        "16": "keyboard.png",
        "48": "keyboard.png"
    },
    "manifest_version": 2,
    "name": "Virtual Keyboard",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "buttons\/keyboard_2.png",
        "default_popup": "toggle.html",
        "default_title": "Virtual Keyboard Toggle"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.10.8",
    "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"
    ]
}