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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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