Vlume Keyboard
Vlume Keyboard Extension!
O que é Vlume Keyboard?
Vlume Keyboard é uma extensão do Chrome desenvolvida por Vlume Team, e sua principal característica é "Vlume Keyboard Extension!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vlume Keyboard
Baixe arquivos de extensão Vlume Keyboard 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
Quickly type out Armenian without using Armenian keyboard. VLUME Keyboard, a Chrome browser extension converts Latin characters into Armenian using transliteration table which can be customized by the user. Features: * Use the shortcut to bring up the Keyboard popup anywhere on the browser * Type in English using the phonetic sounds of the Armenian characters * Choose your default transliteration table between Eastern or Western Armenian * Customize the Shortcut for Vlume Keyboard * Add your own patterns in the transliteration table using the Options
Informações Básicas da Extensão
Nome | Vlume Keyboard |
ID | ffgbbmfhmcfaphemeigfmcejcgnehjjd |
URL Oficial | https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd |
Descrição | Vlume Keyboard Extension! |
Tamanho do Arquivo | 30.68 KB |
Contagem de Instalações | 110 |
Versão Atual | 1.0.5 |
Última Atualização | 2022-11-19 |
Data de Publicação | 2022-03-14 |
Desenvolvedor | Vlume Team |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://vlume.com/ |
URL da Página de Ajuda | https://vlume.com/docs/vlume-keyboard/ |
URL da Página de Política de Privacidade | https://vlume.com/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vlume Keyboard", "description": "Vlume Keyboard Extension!", "version": "1.0.5", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting", "clipboardRead", "clipboardWrite" ], "action": { "default_icon": ".\/assets\/icon.png", "default_popup": "popup.html" }, "options_page": ".\/settings\/settings.html", "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Up", "mac": "MacCtrl+Shift+Up" } }, "copy_text": { "suggested_key": { "default": "Ctrl+Shift+Down", "mac": "MacCtrl+Shift+Down" }, "description": "Copy text to clipboard" } } } |