KeyboardSwap

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

Qu'est-ce que KeyboardSwap ?

KeyboardSwap est une extension Chrome développée par Unknown, et sa fonction principale est "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KeyboardSwap

Téléchargez les fichiers d'extension KeyboardSwap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom KeyboardSwap KeyboardSwap
ID afaapechmbppnfbonjkbjgffiiagcglb
URL Officiel https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb
Description Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
Taille du Fichier 16.89 KB
Nombre d'Installations 24
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-05
Date de Publication 2022-02-04
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}