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'est-ce que Comfort On-Screen Keyboard Pro Extension ?
Comfort On-Screen Keyboard Pro Extension est une extension Chrome développée par https://comfortsoftware.com, et sa fonction principale est "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comfort On-Screen Keyboard Pro Extension
Téléchargez les fichiers d'extension Comfort On-Screen Keyboard Pro Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Comfort On-Screen Keyboard Pro Extension |
ID | jiahaffkmigpdgabgoeipffondmlnhdn |
URL Officiel | 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. |
Taille du Fichier | 24.88 KB |
Nombre d'Installations | 7,527 |
Version Actuelle | 5.1 |
Dernière Mise à Jour | 2023-08-28 |
Date de Publication | 2020-06-05 |
Évaluation | 2.99/5 Total 108 Évaluations |
Développeur | https://comfortsoftware.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.comfortsoftware.com/on-screen-keyboard/ |
URL de la Page d'Aide | https://www.comfortsoftware.com/support/ |
URL de la Page de Politique de Confidentialité | https://www.comfortsoftware.com/privacy |
Langues Prises en Charge | 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 } |