Browser Keyboard (Perfect for kiosk)

Virtual Keyboard

Browser Keyboard (Perfect for kiosk) là gì?

Browser Keyboard (Perfect for kiosk) là một tiện ích mở rộng Chrome được phát triển bởi Ariyslan, và tính năng chính của nó là "Virtual Keyboard".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Keyboard (Perfect for kiosk)

Tải xuống các tệp mở rộng Browser Keyboard (Perfect for kiosk) 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

                        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]                    

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

Tên Browser Keyboard (Perfect for kiosk) Browser Keyboard (Perfect for kiosk)
ID fkbfahodmkmnemdhcnejmafailmahkkp
URL Chính Thức https://chromewebstore.google.com/detail/browser-keyboard-perfect/fkbfahodmkmnemdhcnejmafailmahkkp
Mô tả Virtual Keyboard
Kích Thước Tệp 268 KB
Số Lần Cài Đặt 2,286
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2017-06-28
Ngày Phát Hành 2017-06-28
Đánh Giá 3.25/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Ariyslan
Loại Thanh Toán free
Trang Web Mở Rộng http://browser-keyboard.github.io/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}