KeyboardSwap
Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
Wat is KeyboardSwap?
KeyboardSwap is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.".
Extensie Screenshots
Download het CRX-bestand van de extensie KeyboardSwap
Download KeyboardSwap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | KeyboardSwap |
ID | afaapechmbppnfbonjkbjgffiiagcglb |
Officiële URL | https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb |
Beschrijving | Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language. |
Bestandsgrootte | 16.89 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-02-05 |
Publicatiedatum | 2022-02-04 |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |