KeyboardSwap

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

Co to jest KeyboardSwap?

KeyboardSwap to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia KeyboardSwap

Pobierz pliki rozszerzeń KeyboardSwap w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa KeyboardSwap KeyboardSwap
ID afaapechmbppnfbonjkbjgffiiagcglb
Oficjalny URL https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb
Opis Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
Rozmiar pliku 16.89 KB
Liczba instalacji 24
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-05
Data Publikacji 2022-02-04
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}