Virtual Keyboard

Fullscreen on-screen virtual keyboard for touch screen devices

Virtual Keyboard란 무엇입니까?

Virtual Keyboard은(는) https://xontab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fullscreen on-screen virtual keyboard for touch screen devices"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Virtual Keyboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Suggest a Feature: 
https://apps.xontab.com/Suggest/VirtualKeyboard/

Extension Details Page:
http://apps.xontab.com/VirtualKeyboard/

Virtual Keyboard will popup automatically when the user clicks on an input field such as textboxes and textareas.  Futhermore, the keyboard will disappear automatically when no longer needed.

This extension is ideal for touch screen devices.  This keyboard works like an iOS/Android/Windows 8 touch virtual keyboard.

Version History:
1.12 - Optimisations and minor fixes
1.11.1 - Added Swedish keyboard layout
1.10.9 - MAXLENGTH HTML5 forms feature is now supported
1.10.5 - Added Norwegian keyboard layout
1.10.3 - Added Hungarian keyboard layout
1.10.0 - Added Korean and German keyboard layouts
1.9.15 - Added Tamil 99 keyboard layout
1.9.13 - Added Polish and Spanish keyboard layouts
1.9.10 - Added Slovenian keyboard layout
1.9.6 - Minor fixes, Added "Auto Clicking via Mouse Hover" feature
1.9.0 - Added Hardware acceleration BETA (for faster animations)            
        This option needs to be enabled from the options page
        Added Zoom level
1.8.8 - Bug fix (thanks to Alex)
1.8.3 - Improved touch events support.
1.8.0 - Bug fixes and Improvements thanks to Stuart Wright.  Improved enter button, memory usage, keyboard events triggering, small keyboard enhancements and much much more.
1.7.2 - Added a smaller keyboard
1.7.1 - Added AZERTY keyboard layout (Beta)
1.7 - Added basic iframe support 
(Note: Cross-domain and wysiwyg are not supported due to security restrictions in Google Chrome)
1.6.1 - Added on-demand mode
1.6 - Added toggle button
1.5.13 - Added underscore button
1.5.4 - Added support to Touch events
1.5.3 - Bug fixes; Migrated to manifest version 2
1.5.0 - Added Russian Keyboard Layout
1.4.7 - Added URL Bar (needs to be enabled from options page)
1.4.6 - Improved UI for various screen sizes
1.4.5 - Fixed Return key in Textareas.  Added some features requested on Suggestion page
1.4 - Added number row, Added support to email and number fields
1.0 - Initial Version 

Visit http://xontab.com/Apps for more FREE Chrome Extensions                    

확장 프로그램 기본 정보

이름 Virtual Keyboard Virtual Keyboard
ID pflmllfnnabikmfkkaddkoolinlfninn
공식 URL https://chromewebstore.google.com/detail/virtual-keyboard/pflmllfnnabikmfkkaddkoolinlfninn
설명 Fullscreen on-screen virtual keyboard for touch screen devices
파일 크기 60.91 KB
설치 횟수 219,415
현재 버전 1.12.8
최근 업데이트 2023-12-29
출시 날짜 2017-10-23
평점 3.12/5 총 758 개의 평점
개발자 https://xontab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://xontab.com/
도움말 페이지 URL http://xontab.com/apps/VirtualKeyboard/
개인정보 보호 정책 페이지 URL https://apps.xontab.com/VirtualKeyboard/PrivacyPolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtual Keyboard",
    "description": "Fullscreen on-screen virtual keyboard for touch screen devices",
    "manifest_version": 2,
    "version": "1.12.8",
    "icons": {
        "16": "keyboard.png",
        "48": "keyboard.png",
        "128": "keyboard.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "buttons\/keyboard_2.png",
        "default_title": "Virtual Keyboard Toggle",
        "default_popup": "toggle.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "keyboard.html",
        "keyboard_*.html",
        "keyboard_en.html",
        "keyboard_ru.html",
        "style.css",
        "options\/*",
        "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"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}