Vlume Keyboard
Vlume Keyboard Extension!
Hvad er Vlume Keyboard?
Vlume Keyboard er en Chrome-udvidelse udviklet af Vlume Team, og dens hovedfunktion er "Vlume Keyboard Extension!".
Udvidelsesskærmbilleder
Download Vlume Keyboard-udvidelses-CRX-fil
Download Vlume Keyboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ffgbbmfhmcfaphemeigfmcejcgnehjjd |
| Officiel URL | https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd |
| Beskrivelse | Vlume Keyboard Extension! |
| Filstørrelse | 30.68 KB |
| Antal Installationer | 110 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2022-11-19 |
| Udgivelsesdato | 2022-03-14 |
| Udvikler | Vlume Team |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://vlume.com/ |
| Hjælpeside-URL | https://vlume.com/docs/vlume-keyboard/ |
| URL til Fortrolighedspolitik Side | https://vlume.com/privacy |
| Understøttede Sprog | 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"
}
}
} | |