Comfort On-Screen Keyboard Pro Extension

Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.

Co je Comfort On-Screen Keyboard Pro Extension?

Comfort On-Screen Keyboard Pro Extension je rozšíření Chrome vyvinuté https://comfortsoftware.com, a jeho hlavní funkcí je „Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Comfort On-Screen Keyboard Pro Extension

Stáhněte si soubory rozšíření Comfort On-Screen Keyboard Pro Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro (or Comfort Keys Pro) software has to be installed and running: https://www.comfortsoftware.com/on-screen-keyboard/

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.                    

Základní Informace o Rozšíření

Název Comfort On-Screen Keyboard Pro Extension Comfort On-Screen Keyboard Pro Extension
ID jiahaffkmigpdgabgoeipffondmlnhdn
Oficiální URL https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn
Popis Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.
Velikost souboru 24.88 KB
Počet instalací 7,527
Aktuální Verze 5.1
Poslední Aktualizace 2023-08-28
Datum Vydání 2020-06-05
Hodnocení 2.99/5 Celkem 108 Hodnocení
Vývojář https://comfortsoftware.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.comfortsoftware.com/on-screen-keyboard/
URL Stránky Nápovědy https://www.comfortsoftware.com/support/
URL Stránky Zásad Ochrany Soukromí https://www.comfortsoftware.com/privacy
Podporované Jazyky en
manifest.json
{
    "name": "Comfort On-Screen Keyboard Pro Extension",
    "description": "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.",
    "version": "5.1",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ckeyboard.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
}