Browser Keyboard (Perfect for kiosk)

Virtual Keyboard

Browser Keyboard (Perfect for kiosk)คืออะไร?

Browser Keyboard (Perfect for kiosk) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ariyslan และคุณลักษณะหลักของมันคือ "Virtual Keyboard"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Keyboard (Perfect for kiosk)

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

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

                        Reload pages after extension installation
Hot Keys:
Alt+K — switch on/off
Shift
Caps Lock
Ctrl + Alt — additional symbols
Shift + space — next language

Available languages : Башҡор,Чӑвашла, Dansk, English, Español, Esperanto, Français, Коми, Марий, Portuguese, Русский, Srpski (latinica), Српски (ћирилица), Татар.

https://github.com/browser-keyboard/keyboard
[email protected]                    

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

ชื่อ Browser Keyboard (Perfect for kiosk) Browser Keyboard (Perfect for kiosk)
ID fkbfahodmkmnemdhcnejmafailmahkkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-keyboard-perfect/fkbfahodmkmnemdhcnejmafailmahkkp
คำอธิบาย Virtual Keyboard
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 2,286
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2017-06-28
วันที่เผยแพร่ 2017-06-28
คะแนน 3.25/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา Ariyslan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://browser-keyboard.github.io/
ภาษาที่รองรับ en,sr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Keyboard (Perfect for kiosk)",
    "description": "__MSG_ext_description__",
    "version": "0.11",
    "icons": {
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/browser-keyboard.github.io\/languages\/*"
    ],
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "include\/jquery.js",
                "include\/jquery.pep.js",
                "objects.js",
                "content\/scripts\/KeyVisual.js",
                "content\/scripts\/Key.js",
                "content\/scripts\/Field.js",
                "content\/scripts\/HotKey.js",
                "content\/scripts\/KeyboardVisual.js",
                "content\/scripts\/KeyboardLogic.js",
                "content\/scripts\/KeyboardPhysical.js",
                "content\/scripts\/Keyboard.js",
                "content\/scripts\/connect.js"
            ],
            "css": [
                "content\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "default_locale": "ru",
    "commands": {
        "toggle-feature-activision": {
            "suggested_key": {
                "default": "Alt+K",
                "windows": "Alt+K",
                "mac": "Command+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            },
            "description": "Acive\/disactive keyboard extention"
        }
    }
}