Vlume Keyboard
Vlume Keyboard Extension!
What is Vlume Keyboard?
Vlume Keyboard is a Chrome extension developed by Vlume Team, and its main feature is "Vlume Keyboard Extension!".
Extension Screenshots
Download Vlume Keyboard Extension CRX File
Download Vlume Keyboard 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
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
Extension Basic Information
Name | Vlume Keyboard |
ID | ffgbbmfhmcfaphemeigfmcejcgnehjjd |
Official URL | https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd |
Description | Vlume Keyboard Extension! |
File Size | 30.68 KB |
Installation Count | 110 |
Current Version | 1.0.5 |
Last Updated | 2022-11-19 |
Publish Date | 2022-03-14 |
Developer | Vlume Team |
[email protected] | |
Payment Type | free |
Extension Website | https://vlume.com/ |
Help Page URL | https://vlume.com/docs/vlume-keyboard/ |
Privacy Policy Page URL | https://vlume.com/privacy |
Supported Languages | 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" } } } |