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 |
电子邮箱 | [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 } |