Laban Key - Gõ tiếng Việt
Laban Key - Gõ tiếng Việt
Laban Key - Gõ tiếng Việtとは何ですか?
Laban Key - Gõ tiếng ViệtはZalo Labanによって開発されたChromeの拡張機能で、その主な機能は「Laban Key - Gõ tiếng Việt」です。
拡張機能のスクリーンショット
Laban Key - Gõ tiếng Việt拡張機能のCRXファイルをダウンロード
Laban Key - Gõ tiếng Việt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Laban Key - Gõ tiếng Việt |
ID | liidlcbnpkadhhajjmdkbbneagcfddcj |
公式URL | https://chromewebstore.google.com/detail/laban-key-g%C3%B5-ti%E1%BA%BFng-vi%E1%BB%87t/liidlcbnpkadhhajjmdkbbneagcfddcj |
説明 | Laban Key - Gõ tiếng Việt |
ファイルサイズ | 349 KB |
インストール数 | 40,000 |
現在のバージョン | 1.7 |
最終更新日 | 2020-01-16 |
公開日 | 2020-01-16 |
評価 | 3.35/5 合計 17 レビュー |
開発者 | Zalo Laban |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://app.laban.vn/ |
ヘルプページのURL | https://app.laban.vn/#contactForm |
対応言語 | 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" } ] } |