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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    }
}