Vietnamese Dvorak Keyboard

Vietnamese keyboard with Dvorak layout

Cos'è Vietnamese Dvorak Keyboard?

Vietnamese Dvorak Keyboard è un'estensione di Chrome sviluppata da Zalo Laban, e la sua funzione principale è "Vietnamese keyboard with Dvorak layout".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Vietnamese Dvorak Keyboard

Scarica i file di estensione Vietnamese Dvorak 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

                        Vietnamese Dvorak Keyboard là tiện ích mở rộng hỗ trợ gõ tiếng Việt trên các thiết bị chạy hệ điều hành Chrome OS sử dụng bàn phím layout Dvorak.

Chức năng:
- Gõ Telex, VNI chuẩn như Unikey trên PC
- Dễ dàng đổi giữa tiếng Việt và tiếng Anh với phím tắt                    

Informazioni di Base sull'Estensione

Nome Vietnamese Dvorak Keyboard Vietnamese Dvorak Keyboard
ID kmhkcapdaaopjicdgoljdlgdbmponimi
URL Ufficiale https://chromewebstore.google.com/detail/vietnamese-dvorak-keyboar/kmhkcapdaaopjicdgoljdlgdbmponimi
Descrizione Vietnamese keyboard with Dvorak layout
Dimensione del File 477 KB
Conteggio Installazioni 147
Versione Corrente 1.0
Ultimo Aggiornamento 2020-01-23
Data di Pubblicazione 2020-01-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Zalo Laban
Email [email protected]
Tipo di Pagamento free
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vietnamese Dvorak Keyboard",
    "short_name": "Vietnamese Dvorak Keyboard",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Vietnamese keyboard with Dvorak layout",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "unikey.js",
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-inactive-16.png",
            "48": "img\/icon-inactive-48.png",
            "128": "img\/icon-inactive-128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "input"
    ],
    "input_components": [
        {
            "description": "Vietnamese Keyboard (Dvorak)",
            "id": "vietnamese-keyboard-dvorak",
            "language": "vi",
            "layouts": [
                "us(dvorak)"
            ],
            "name": "Vietnamese Keyboard (Dvorak)",
            "type": "ime"
        }
    ]
}