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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hot Virtual Keyboard Extension

قم بتنزيل ملفات الامتداد Hot Virtual Keyboard Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://hotvirtualkeyboard.com/help/
عنوان صفحة سياسة الخصوصية 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
}