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.
Wat is Comfort On-Screen Keyboard Pro Extension?
Comfort On-Screen Keyboard Pro Extension is een Chrome-extensie ontwikkeld door https://comfortsoftware.com, en de belangrijkste functie is "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.".
Extensie Screenshots
Download het CRX-bestand van de extensie Comfort On-Screen Keyboard Pro Extension
Download Comfort On-Screen Keyboard Pro Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jiahaffkmigpdgabgoeipffondmlnhdn |
| Officiële URL | https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn |
| Beschrijving | Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running. |
| Bestandsgrootte | 24.88 KB |
| Aantal Installaties | 7,527 |
| Huidige Versie | 5.1 |
| Laatst Bijgewerkt | 2023-08-28 |
| Publicatiedatum | 2020-06-05 |
| Beoordeling | 2.99/5 Totaal 108 Beoordelingen |
| Ontwikkelaar | https://comfortsoftware.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.comfortsoftware.com/on-screen-keyboard/ |
| Help Pagina-URL | https://www.comfortsoftware.com/support/ |
| URL van de Privacybeleid Pagina | https://www.comfortsoftware.com/privacy |
| Ondersteunde Talen | 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
} | |