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.
¿Qué es Comfort On-Screen Keyboard Pro Extension?
Comfort On-Screen Keyboard Pro Extension es una extensión de Chrome desarrollada por https://comfortsoftware.com, y su función principal es "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Comfort On-Screen Keyboard Pro Extension
Descarga archivos de extensión Comfort On-Screen Keyboard Pro Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | jiahaffkmigpdgabgoeipffondmlnhdn |
| URL Oficial | https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn |
| Descripción | Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running. |
| Tamaño del Archivo | 24.88 KB |
| Cantidad de Instalaciones | 7,527 |
| Versión Actual | 5.1 |
| Última Actualización | 2023-08-28 |
| Fecha de Publicación | 2020-06-05 |
| Calificación | 2.99/5 Total de 108 Calificaciones |
| Desarrollador | https://comfortsoftware.com |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://www.comfortsoftware.com/on-screen-keyboard/ |
| URL de la Página de Ayuda | https://www.comfortsoftware.com/support/ |
| URL de la Página de Política de Privacidad | https://www.comfortsoftware.com/privacy |
| Idiomas Soportados | 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
} | |