KeyboardSwap
Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
O que é KeyboardSwap?
KeyboardSwap é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KeyboardSwap
Baixe arquivos de extensão KeyboardSwap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | KeyboardSwap |
ID | afaapechmbppnfbonjkbjgffiiagcglb |
URL Oficial | https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb |
Descrição | Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language. |
Tamanho do Arquivo | 16.89 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.0 |
Última Atualização | 2022-02-05 |
Data de Publicação | 2022-02-04 |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |