Vlume Keyboard
Vlume Keyboard Extension!
Vad är Vlume Keyboard?
Vlume Keyboard är en Chrome-tillägg utvecklad av Vlume Team, och dess huvudfunktion är "Vlume Keyboard Extension!".
Tilläggsskärmbilder
Ladda ner Vlume Keyboard-förlängningens CRX-fil
Ladda ner Vlume Keyboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Vlume Keyboard |
ID | ffgbbmfhmcfaphemeigfmcejcgnehjjd |
Officiell webbadress | https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd |
Beskrivning | Vlume Keyboard Extension! |
Filstorlek | 30.68 KB |
Antal Installationer | 110 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2022-11-19 |
Publiceringsdatum | 2022-03-14 |
Utvecklare | Vlume Team |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://vlume.com/ |
Hjälpsida URL | https://vlume.com/docs/vlume-keyboard/ |
URL till Sekretesspolicy Sidan | https://vlume.com/privacy |
Stödda Språk | 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" } } } |