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.
What is Comfort On-Screen Keyboard Pro Extension?
Comfort On-Screen Keyboard Pro Extension is a Chrome extension developed by https://comfortsoftware.com, and its main feature is "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.".
Extension Screenshots
Download Comfort On-Screen Keyboard Pro Extension Extension CRX File
Download Comfort On-Screen Keyboard Pro Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Comfort On-Screen Keyboard Pro Extension |
ID | jiahaffkmigpdgabgoeipffondmlnhdn |
Official URL | https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn |
Description | Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running. |
File Size | 24.88 KB |
Installation Count | 7,527 |
Current Version | 5.1 |
Last Updated | 2023-08-28 |
Publish Date | 2020-06-05 |
Rating | 2.99/5 Total 108 Ratings |
Developer | https://comfortsoftware.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.comfortsoftware.com/on-screen-keyboard/ |
Help Page URL | https://www.comfortsoftware.com/support/ |
Privacy Policy Page URL | https://www.comfortsoftware.com/privacy |
Supported Languages | 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 } |