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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings up the virtual keyboard when entering text input fields. Hot Virtual Keyboard software has to be installed and running."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hot Virtual Keyboard Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
}