Hot Virtual Keyboard Extension
Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.
Τι είναι το Hot Virtual Keyboard Extension;
Το Hot Virtual Keyboard Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hotvirtualkeyboard.com, και η κύρια λειτουργία του είναι "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hot Virtual Keyboard Extension
Λήψη αρχείων επέκτασης Hot Virtual Keyboard Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hot Virtual Keyboard Extension |
ID | bdejgojmfhngmomodldpdppfbhoajadl |
Επίσημο URL | https://chromewebstore.google.com/detail/hot-virtual-keyboard-exte/bdejgojmfhngmomodldpdppfbhoajadl |
Περιγραφή | Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running. |
Μέγεθος Αρχείου | 24.26 KB |
Αριθμός Εγκαταστάσεων | 8,424 |
Τρέχουσα Έκδοση | 5.1 |
Τελευταία Ενημέρωση | 2024-03-02 |
Ημερομηνία Δημοσίευσης | 2020-06-05 |
Αξιολόγηση | 2.43/5 Συνολικά 102 Αξιολογήσεις |
Προγραμματιστής | https://hotvirtualkeyboard.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hotvirtualkeyboard.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://hotvirtualkeyboard.com/help/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://hotvirtualkeyboard.com/privacy |
Υποστηριζόμενες Γλώσσες | 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 } |