Unikey - Vietnamese IME for ChromeOS

Vietnamese IME for ChromeOS, integrated with Unikey engine

¿Qué es Unikey - Vietnamese IME for ChromeOS?

Unikey - Vietnamese IME for ChromeOS es una extensión de Chrome desarrollada por Lê Quốc Tuấn, y su función principal es "Vietnamese IME for ChromeOS, integrated with Unikey engine".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Unikey - Vietnamese IME for ChromeOS

Descarga archivos de extensión Unikey - Vietnamese IME for ChromeOS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Unikey - Vietnamese IME for ChromeOS Unikey - Vietnamese IME for ChromeOS
ID onehcjejplajliiggjeimjkdfegpoiko
URL Oficial https://chromewebstore.google.com/detail/unikey-vietnamese-ime-for/onehcjejplajliiggjeimjkdfegpoiko
Descripción Vietnamese IME for ChromeOS, integrated with Unikey engine
Tamaño del Archivo 124 KB
Cantidad de Instalaciones 50,000
Versión Actual 0.8.0
Última Actualización 2023-07-01
Fecha de Publicación 2020-03-14
Calificación 4.50/5 Total de 40 Calificaciones
Desarrollador Lê Quốc Tuấn
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/vn-input/chrome-unikey
URL de la Página de Ayuda https://github.com/vn-input/chrome-unikey/issues
Idiomas Soportados 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"
        }
    }
}