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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vietnamese IME for ChromeOS, integrated with Unikey engine"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unikey - Vietnamese IME for ChromeOS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}