KeyboardSwap
Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
Cos'è KeyboardSwap?
KeyboardSwap è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KeyboardSwap
Scarica i file di estensione KeyboardSwap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | KeyboardSwap |
ID | afaapechmbppnfbonjkbjgffiiagcglb |
URL Ufficiale | https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb |
Descrizione | Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language. |
Dimensione del File | 16.89 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-02-05 |
Data di Pubblicazione | 2022-02-04 |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |