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 là gì?

Hot Virtual Keyboard Extension là một tiện ích mở rộng Chrome được phát triển bởi https://hotvirtualkeyboard.com, và tính năng chính của nó là "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hot Virtual Keyboard Extension

Tải xuống các tệp mở rộng Hot Virtual Keyboard Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hot Virtual Keyboard Extension Hot Virtual Keyboard Extension
ID bdejgojmfhngmomodldpdppfbhoajadl
URL Chính Thức https://chromewebstore.google.com/detail/hot-virtual-keyboard-exte/bdejgojmfhngmomodldpdppfbhoajadl
Mô tả Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running.
Kích Thước Tệp 24.26 KB
Số Lần Cài Đặt 8,424
Phiên Bản Hiện Tại 5.1
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2020-06-05
Đánh Giá 2.43/5 Tổng số 102 Đánh Giá
Nhà Phát Triển https://hotvirtualkeyboard.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hotvirtualkeyboard.com/
URL Trang Trợ Giúp https://hotvirtualkeyboard.com/help/
URL Trang Chính Sách Bảo Mật https://hotvirtualkeyboard.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}