Vietnamese Dvorak Keyboard

Vietnamese keyboard with Dvorak layout

What is Vietnamese Dvorak Keyboard?

Vietnamese Dvorak Keyboard is a Chrome extension developed by Zalo Laban, and its main feature is "Vietnamese keyboard with Dvorak layout".

Extension Screenshots

screenshot
screenshot

Download Vietnamese Dvorak Keyboard Extension CRX File

Download Vietnamese Dvorak Keyboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Vietnamese Dvorak Keyboard Vietnamese Dvorak Keyboard
ID kmhkcapdaaopjicdgoljdlgdbmponimi
Official URL https://chromewebstore.google.com/detail/vietnamese-dvorak-keyboar/kmhkcapdaaopjicdgoljdlgdbmponimi
Description Vietnamese keyboard with Dvorak layout
File Size 477 KB
Installation Count 147
Current Version 1.0
Last Updated 2020-01-23
Publish Date 2020-01-18
Rating 5.00/5 Total 2 Ratings
Developer Zalo Laban
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}