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.

Was ist Comfort On-Screen Keyboard Pro Extension?

Comfort On-Screen Keyboard Pro Extension ist eine Chrome-Erweiterung, die von https://comfortsoftware.com entwickelt wurde, und ihr Hauptmerkmal ist "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.".

Erweiterungsscreenshots

screenshot
screenshot

Comfort On-Screen Keyboard Pro Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Comfort On-Screen Keyboard Pro Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Comfort On-Screen Keyboard Pro Extension Comfort On-Screen Keyboard Pro Extension
ID jiahaffkmigpdgabgoeipffondmlnhdn
Offizielle URL https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn
Beschreibung Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.
Dateigröße 24.88 KB
Installationsanzahl 7,527
Aktuelle Version 5.1
Letztes Update 2023-08-28
Veröffentlichungsdatum 2020-06-05
Bewertung 2.99/5 Insgesamt 108 Bewertungen
Entwickler https://comfortsoftware.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.comfortsoftware.com/on-screen-keyboard/
Hilfeseite URL https://www.comfortsoftware.com/support/
URL der Datenschutzrichtlinien-Seite https://www.comfortsoftware.com/privacy
Unterstützte Sprachen 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
}