KeyboardSwap

Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.

Was ist KeyboardSwap?

KeyboardSwap ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.".

Erweiterungsscreenshots

screenshot

KeyboardSwap-Erweiterungs-CRX-Datei herunterladen

Laden Sie KeyboardSwap-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

                        Ever started typing something only to realize halfway through the sentence your keyboard is on the wrong language? With this extension, instead of backtracking and starting the sentence over, simply press ctrl + alt + a and swap languages as if you'd typed on the right keyboard language all along!

Supported languages: English, Hebrew
Supported keyboards: QWERTY                    

Grundlegende Informationen zur Erweiterung

Name KeyboardSwap KeyboardSwap
ID afaapechmbppnfbonjkbjgffiiagcglb
Offizielle URL https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb
Beschreibung Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
Dateigröße 16.89 KB
Installationsanzahl 24
Aktuelle Version 1.0
Letztes Update 2022-02-05
Veröffentlichungsdatum 2022-02-04
Entwickler Unknown
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KeyboardSwap",
    "description": "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.",
    "version": "1.0",
    "icons": {
        "16": "images\/16-icon.png",
        "48": "images\/48-icon.png",
        "128": "images\/128-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}