ChromiNom Vietnamese Han-Nom IME

Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)

ChromiNom Vietnamese Han-Nom IME क्या है?

ChromiNom Vietnamese Han-Nom IME https://www.chunom.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)"।

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

screenshot
screenshot

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

crx प्रारूप में ChromiNom Vietnamese Han-Nom IME एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        To start Han-Nom input on any webpage just click the "喃" icon on the top right side of your browser and wait until the icon turns green. Click again to stop Han-Nom input. Use TELEX method to type and a number key to insert a Han-Nom character. You can also use the mouse or touch gestures to insert characters. Dictionary is based on data from www.chunom.org                    

एक्सटेंशन की मूल जानकारी

नाम ChromiNom Vietnamese Han-Nom IME ChromiNom Vietnamese Han-Nom IME
ID ndhhadaiabkdkifjbjginjcdenedmgma
आधिकारिक URL https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma
विवरण Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
फ़ाइल का आकार 99.7 KB
स्थापना संख्या 154
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2014-09-28
प्रकाशन तिथि 2014-09-28
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.chunom.org
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromiNom Vietnamese Han-Nom IME",
    "short_name": "ChromiNom IME",
    "version": "1.0.4",
    "description": "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)",
    "content_scripts": [
        {
            "css": [],
            "js": [
                "ime\/jquery.js",
                "ime\/ime.js",
                "init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_name": "Click to enable ChromiNom",
        "default_icon": "icon-off.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}