ChromiNom Vietnamese Han-Nom IME

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

Hvad er ChromiNom Vietnamese Han-Nom IME?

ChromiNom Vietnamese Han-Nom IME er en Chrome-udvidelse udviklet af https://www.chunom.org, og dens hovedfunktion er "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ChromiNom Vietnamese Han-Nom IME-udvidelses-CRX-fil

Download ChromiNom Vietnamese Han-Nom IME-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ChromiNom Vietnamese Han-Nom IME ChromiNom Vietnamese Han-Nom IME
ID ndhhadaiabkdkifjbjginjcdenedmgma
Officiel URL https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma
Beskrivelse Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
Filstørrelse 99.7 KB
Antal Installationer 154
Nuværende Version 1.0.4
Senest Opdateret 2014-09-28
Udgivelsesdato 2014-09-28
Bedømmelse 2.67/5 Samlet 3 Bedømmelser
Udvikler https://www.chunom.org
Betalingsmetode free
Understøttede Sprog 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"
    ]
}