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 là gì?
Comfort On-Screen Keyboard Pro Extension là một tiện ích mở rộng Chrome được phát triển bởi https://comfortsoftware.com, và tính năng chính của nó là "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Comfort On-Screen Keyboard Pro Extension
Tải xuống các tệp mở rộng Comfort On-Screen Keyboard Pro Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Comfort On-Screen Keyboard Pro Extension |
ID | jiahaffkmigpdgabgoeipffondmlnhdn |
URL Chính Thức | https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn |
Mô tả | Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running. |
Kích Thước Tệp | 24.88 KB |
Số Lần Cài Đặt | 7,527 |
Phiên Bản Hiện Tại | 5.1 |
Cập Nhật Lần Cuối | 2023-08-28 |
Ngày Phát Hành | 2020-06-05 |
Đánh Giá | 2.99/5 Tổng số 108 Đánh Giá |
Nhà Phát Triển | https://comfortsoftware.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.comfortsoftware.com/on-screen-keyboard/ |
URL Trang Trợ Giúp | https://www.comfortsoftware.com/support/ |
URL Trang Chính Sách Bảo Mật | https://www.comfortsoftware.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |