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はhttps://hotvirtualkeyboard.comによって開発されたChromeの拡張機能で、その主な機能は「Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.」です。
拡張機能のスクリーンショット
Hot Virtual Keyboard Extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |