KeyboardSwap
Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
What is KeyboardSwap?
KeyboardSwap is a Chrome extension developed by Unknown, and its main feature is "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.".
Extension Screenshots
Download KeyboardSwap Extension CRX File
Download KeyboardSwap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | KeyboardSwap |
ID | afaapechmbppnfbonjkbjgffiiagcglb |
Official URL | 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. |
File Size | 16.89 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2022-02-05 |
Publish Date | 2022-02-04 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |