Custom Virtual Keyboard

Touch devices full-screen virtual keyboard for private typing.

Custom Virtual Keyboardคืออะไร?

Custom Virtual Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maslovvlad94 และคุณลักษณะหลักของมันคือ "Touch devices full-screen virtual keyboard for private typing."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Virtual Keyboard

ดาวน์โหลดไฟล์ส่วนขยาย Custom Virtual Keyboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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