Vietnamese Dvorak Keyboard

Vietnamese keyboard with Dvorak layout

Qu'est-ce que Vietnamese Dvorak Keyboard ?

Vietnamese Dvorak Keyboard est une extension Chrome développée par Zalo Laban, et sa fonction principale est "Vietnamese keyboard with Dvorak layout".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Vietnamese Dvorak Keyboard

Téléchargez les fichiers d'extension Vietnamese Dvorak Keyboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Vietnamese Dvorak Keyboard Vietnamese Dvorak Keyboard
ID kmhkcapdaaopjicdgoljdlgdbmponimi
URL Officiel https://chromewebstore.google.com/detail/vietnamese-dvorak-keyboar/kmhkcapdaaopjicdgoljdlgdbmponimi
Description Vietnamese keyboard with Dvorak layout
Taille du Fichier 477 KB
Nombre d'Installations 147
Version Actuelle 1.0
Dernière Mise à Jour 2020-01-23
Date de Publication 2020-01-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur Zalo Laban
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}