Laban Key - Gõ tiếng Việt
Laban Key - Gõ tiếng Việt
Was ist Laban Key - Gõ tiếng Việt?
Laban Key - Gõ tiếng Việt ist eine Chrome-Erweiterung, die von Zalo Laban entwickelt wurde, und ihr Hauptmerkmal ist "Laban Key - Gõ tiếng Việt".
Erweiterungsscreenshots
Laban Key - Gõ tiếng Việt-Erweiterungs-CRX-Datei herunterladen
Laden Sie Laban Key - Gõ tiếng Việt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Laban Key - Gõ tiếng Việt 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. 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
Grundlegende Informationen zur Erweiterung
Name | Laban Key - Gõ tiếng Việt |
ID | liidlcbnpkadhhajjmdkbbneagcfddcj |
Offizielle URL | https://chromewebstore.google.com/detail/laban-key-g%C3%B5-ti%E1%BA%BFng-vi%E1%BB%87t/liidlcbnpkadhhajjmdkbbneagcfddcj |
Beschreibung | Laban Key - Gõ tiếng Việt |
Dateigröße | 349 KB |
Installationsanzahl | 40,000 |
Aktuelle Version | 1.7 |
Letztes Update | 2020-01-16 |
Veröffentlichungsdatum | 2020-01-16 |
Bewertung | 3.35/5 Insgesamt 17 Bewertungen |
Entwickler | Zalo Laban |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://app.laban.vn/ |
Hilfeseite URL | https://app.laban.vn/#contactForm |
Unterstützte Sprachen | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laban Key - G\u00f5 ti\u1ebfng Vi\u1ec7t", "short_name": "Laban Key - G\u00f5 ti\u1ebfng Vi\u1ec7t", "version": "1.7", "manifest_version": 2, "description": "Laban Key - G\u00f5 ti\u1ebfng Vi\u1ec7t", "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": "B\u1ed9 g\u00f5 ti\u1ebfng Vi\u1ec7t", "id": "laban-key", "language": "vi", "layouts": [], "name": "Laban Key", "type": "ime" } ] } |