Comfort On-Screen Keyboard Pro Extension
Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.
Comfort On-Screen Keyboard Pro Extensionคืออะไร?
Comfort On-Screen Keyboard Pro Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://comfortsoftware.com และคุณลักษณะหลักของมันคือ "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comfort On-Screen Keyboard Pro Extension
ดาวน์โหลดไฟล์ส่วนขยาย Comfort On-Screen Keyboard Pro Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro (or Comfort Keys Pro) software has to be installed and running: https://www.comfortsoftware.com/on-screen-keyboard/ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Comfort On-Screen Keyboard Pro Extension |
ID | jiahaffkmigpdgabgoeipffondmlnhdn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn |
คำอธิบาย | Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running. |
ขนาดไฟล์ | 24.88 KB |
จำนวนการติดตั้ง | 7,527 |
เวอร์ชันปัจจุบัน | 5.1 |
อัปเดตครั้งล่าสุด | 2023-08-28 |
วันที่เผยแพร่ | 2020-06-05 |
คะแนน | 2.99/5 รวมทั้งหมด 108 คะแนน |
ผู้พัฒนา | https://comfortsoftware.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.comfortsoftware.com/on-screen-keyboard/ |
URL หน้าช่วยเหลือ | https://www.comfortsoftware.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.comfortsoftware.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Comfort On-Screen Keyboard Pro Extension", "description": "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.", "version": "5.1", "content_scripts": [ { "all_frames": true, "js": [ "ckeyboard.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 } |