Custom Virtual Keyboard

Touch devices full-screen virtual keyboard for private typing.

Custom Virtual Keyboard란 무엇입니까?

Custom Virtual Keyboard은(는) maslovvlad94에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Touch devices full-screen virtual keyboard for private typing."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a virtual keyboard with which you can type text just like on a regular keyboard. Custom Virtual Keyboard offers significantly improved typing.The extension is easy to work with because it has a simple and user-friendly interface. If you want to bypass the key logger on a compromised computer, this extension can protect your password. It also speeds up typing and makes using touchscreen devices much more convenient.
Custom Screen Virtual Keyboard absolutely free so install and enjoy.                    

확장 프로그램 기본 정보

이름 Custom Virtual Keyboard Custom Virtual Keyboard
ID nmfgpcohdeimapdfmmhhfapghdioeiol
공식 URL https://chrome.google.com/webstore/detail/custom-virtual-keyboard/nmfgpcohdeimapdfmmhhfapghdioeiol
설명 Touch devices full-screen virtual keyboard for private typing.
파일 크기 112 KB
설치 횟수 1,000
현재 버전 1.1
최근 업데이트 2021-01-23
출시 날짜 2021-01-07
평점 3.40/5 총 5 개의 평점
개발자 maslovvlad94
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.1",
    "icons": {
        "128": "assets\/extra_images\/icon.png"
    },
    "background": {
        "page": "\/assets\/pages\/hope.html"
    },
    "options_page": "\/assets\/pages\/lihta.html",
    "browser_action": {
        "default_icon": "\/assets\/extra_images\/icon.png",
        "default_popup": "\/assets\/pages\/index.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "boards\/*",
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/scripts\/jquery.js",
                "\/assets\/scripts\/for_page\/mutnterfag.js",
                "\/assets\/scripts\/for_page\/cerat.js",
                "\/assets\/scripts\/for_page\/kilopda.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}