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是由https://comfortsoftware.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | jiahaffkmigpdgabgoeipffondmlnhdn |
| 官方網址 | 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
} | |