Vietnamese Dvorak Keyboard
Vietnamese keyboard with Dvorak layout
Wat is Vietnamese Dvorak Keyboard?
Vietnamese Dvorak Keyboard is een Chrome-extensie ontwikkeld door Zalo Laban, en de belangrijkste functie is "Vietnamese keyboard with Dvorak layout".
Extensie Screenshots
Download het CRX-bestand van de extensie Vietnamese Dvorak Keyboard
Download Vietnamese Dvorak Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Vietnamese Dvorak Keyboard |
ID | kmhkcapdaaopjicdgoljdlgdbmponimi |
Officiële URL | https://chromewebstore.google.com/detail/vietnamese-dvorak-keyboar/kmhkcapdaaopjicdgoljdlgdbmponimi |
Beschrijving | Vietnamese keyboard with Dvorak layout |
Bestandsgrootte | 477 KB |
Aantal Installaties | 147 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-01-23 |
Publicatiedatum | 2020-01-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Zalo Laban |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |