Browser Keyboard (Perfect for kiosk)

Virtual Keyboard

Browser Keyboard (Perfect for kiosk)とは何ですか?

Browser Keyboard (Perfect for kiosk)はAriyslanによって開発されたChromeの拡張機能で、その主な機能は「Virtual Keyboard」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Browser Keyboard (Perfect for kiosk)拡張機能のCRXファイルをダウンロード

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"
        }
    }
}