Vlume Keyboard

Vlume Keyboard Extension!

Cos'è Vlume Keyboard?

Vlume Keyboard è un'estensione di Chrome sviluppata da Vlume Team, e la sua funzione principale è "Vlume Keyboard Extension!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vlume Keyboard

Scarica i file di estensione Vlume Keyboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Vlume Keyboard Vlume Keyboard
ID ffgbbmfhmcfaphemeigfmcejcgnehjjd
URL Ufficiale https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd
Descrizione Vlume Keyboard Extension!
Dimensione del File 30.68 KB
Conteggio Installazioni 110
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-11-19
Data di Pubblicazione 2022-03-14
Sviluppatore Vlume Team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vlume.com/
URL della Pagina di Aiuto https://vlume.com/docs/vlume-keyboard/
URL della Pagina della Politica sulla Privacy https://vlume.com/privacy
Lingue Supportate 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"
        }
    }
}