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”。

擴展截圖

screenshot
screenshot

下載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 Laban Key - Gõ tiếng Việt
ID liidlcbnpkadhhajjmdkbbneagcfddcj
官方網址 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
電子郵箱 [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"
        }
    ]
}