Hot Virtual Keyboard Extension
Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.
Qu'est-ce que Hot Virtual Keyboard Extension ?
Hot Virtual Keyboard Extension est une extension Chrome développée par https://hotvirtualkeyboard.com, et sa fonction principale est "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hot Virtual Keyboard Extension
Téléchargez les fichiers d'extension Hot Virtual Keyboard 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 virtual keyboard when entering text input fields. Hot Virtual Keyboard has to be installed and running: https://hotvirtualkeyboard.com/ 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 | Hot Virtual Keyboard Extension |
ID | bdejgojmfhngmomodldpdppfbhoajadl |
URL Officiel | https://chromewebstore.google.com/detail/hot-virtual-keyboard-exte/bdejgojmfhngmomodldpdppfbhoajadl |
Description | Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running. |
Taille du Fichier | 24.26 KB |
Nombre d'Installations | 8,424 |
Version Actuelle | 5.1 |
Dernière Mise à Jour | 2024-03-02 |
Date de Publication | 2020-06-05 |
Évaluation | 2.43/5 Total 102 Évaluations |
Développeur | https://hotvirtualkeyboard.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hotvirtualkeyboard.com/ |
URL de la Page d'Aide | https://hotvirtualkeyboard.com/help/ |
URL de la Page de Politique de Confidentialité | https://hotvirtualkeyboard.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "name": "Hot Virtual Keyboard Extension", "description": "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.", "version": "5.1", "content_scripts": [ { "all_frames": true, "js": [ "hvkeyboard.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 } |