Unikey - Vietnamese IME for ChromeOS

Vietnamese IME for ChromeOS, integrated with Unikey engine

什麼是Unikey - Vietnamese IME for ChromeOS?

Unikey - Vietnamese IME for ChromeOS是由Lê Quốc Tuấn開發的Chrome擴展程式,該擴展的主要功能是“Vietnamese IME for ChromeOS, integrated with Unikey engine”。

擴展截圖

screenshot
screenshot
screenshot

下載Unikey - Vietnamese IME for ChromeOS擴展crx文件

下載Unikey - Vietnamese IME for ChromeOS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Provide a better Vietnamese IM for Chrome OS 
Enhance Vietnamese input on Chrome OS

After install, go to Settings, search "input method" -> Manage Input Method -> Add Unikey
Then use Ctrl+Space to switch between IM                    

擴展基本資訊

名稱 Unikey - Vietnamese IME for ChromeOS Unikey - Vietnamese IME for ChromeOS
ID onehcjejplajliiggjeimjkdfegpoiko
官方網址 https://chromewebstore.google.com/detail/unikey-vietnamese-ime-for/onehcjejplajliiggjeimjkdfegpoiko
簡介 Vietnamese IME for ChromeOS, integrated with Unikey engine
檔案大小 124 KB
安裝次數 50,000
目前版本 0.8.0
更新時間 2023-07-01
上架時間 2020-03-14
評分 4.50/5 共 40 次評分
開發者 Lê Quốc Tuấn
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/vn-input/chrome-unikey
說明頁面URL https://github.com/vn-input/chrome-unikey/issues
支援的語言 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.8.0",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "short_name": "Unikey",
    "default_locale": "vi",
    "author": "L\u00ea Qu\u00f4\u0301c Tu\u00e2\u0301n ",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "input",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "input_components": [
        {
            "name": "Vietnamese - Unikey (Telex)",
            "type": "ime",
            "id": "unikey-telex",
            "description": "Telex input style",
            "language": "vi",
            "layouts": []
        },
        {
            "name": "Vietnamese - Unikey (Telex - Simple)",
            "type": "ime",
            "id": "unikey-telex-simple",
            "description": "Simple Telex input style",
            "language": "vi",
            "layouts": []
        },
        {
            "name": "Vietnamese - Unikey (VNI)",
            "type": "ime",
            "id": "unikey-vni",
            "description": "VNI input style",
            "language": "vi",
            "layouts": []
        },
        {
            "name": "Vietnamese with French keyboard - Unikey (Telex)",
            "type": "ime",
            "id": "fr-unikey-telex",
            "description": "Telex input style",
            "language": "vi",
            "layouts": [
                "fr::fra"
            ]
        },
        {
            "name": "Vietnamese with French keyboard - Unikey (Telex - Simple)",
            "type": "ime",
            "id": "fr-unikey-telex-simple",
            "description": "Simple Telex input style",
            "language": "vi",
            "layouts": [
                "fr::fra"
            ]
        },
        {
            "name": "Vietnamese with French keyboard - Unikey (VNI)",
            "type": "ime",
            "id": "fr-unikey-vni",
            "description": "VNI input style",
            "language": "vi",
            "layouts": [
                "fr::fra"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    }
}