Hot Virtual Keyboard Extension
Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.
Hot Virtual Keyboard Extensionคืออะไร?
Hot Virtual Keyboard Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hotvirtualkeyboard.com และคุณลักษณะหลักของมันคือ "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hot Virtual Keyboard Extension
ดาวน์โหลดไฟล์ส่วนขยาย Hot Virtual Keyboard Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard has to be installed and running: https://hotvirtualkeyboard.com/ The first time you try the extension, reload any previously open pages before you try out the new functionality on them. System requirements: Microsoft Windows 7, Windows 8, Windows 10 and Windows 11.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hot Virtual Keyboard Extension |
ID | bdejgojmfhngmomodldpdppfbhoajadl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hot-virtual-keyboard-exte/bdejgojmfhngmomodldpdppfbhoajadl |
คำอธิบาย | Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running. |
ขนาดไฟล์ | 24.26 KB |
จำนวนการติดตั้ง | 8,424 |
เวอร์ชันปัจจุบัน | 5.1 |
อัปเดตครั้งล่าสุด | 2024-03-02 |
วันที่เผยแพร่ | 2020-06-05 |
คะแนน | 2.43/5 รวมทั้งหมด 102 คะแนน |
ผู้พัฒนา | https://hotvirtualkeyboard.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hotvirtualkeyboard.com/ |
URL หน้าช่วยเหลือ | https://hotvirtualkeyboard.com/help/ |
URL หน้านโยบายความเป็นส่วนตัว | https://hotvirtualkeyboard.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Hot Virtual Keyboard Extension", "description": "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.", "version": "5.1", "content_scripts": [ { "all_frames": true, "js": [ "hvkeyboard.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "256": "icon256.png" }, "incognito": "split", "permissions": [ "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |