Hot Virtual Keyboard Extension
Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.
Cos'è Hot Virtual Keyboard Extension?
Hot Virtual Keyboard Extension è un'estensione di Chrome sviluppata da https://hotvirtualkeyboard.com, e la sua funzione principale è "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hot Virtual Keyboard Extension
Scarica i file di estensione Hot Virtual Keyboard Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Hot Virtual Keyboard Extension |
ID | bdejgojmfhngmomodldpdppfbhoajadl |
URL Ufficiale | https://chromewebstore.google.com/detail/hot-virtual-keyboard-exte/bdejgojmfhngmomodldpdppfbhoajadl |
Descrizione | Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running. |
Dimensione del File | 24.26 KB |
Conteggio Installazioni | 8,424 |
Versione Corrente | 5.1 |
Ultimo Aggiornamento | 2024-03-02 |
Data di Pubblicazione | 2020-06-05 |
Valutazione | 2.43/5 Totale 102 Valutazioni |
Sviluppatore | https://hotvirtualkeyboard.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hotvirtualkeyboard.com/ |
URL della Pagina di Aiuto | https://hotvirtualkeyboard.com/help/ |
URL della Pagina della Politica sulla Privacy | https://hotvirtualkeyboard.com/privacy |
Lingue Supportate | 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 } |