ChromiNom Vietnamese Han-Nom IME
Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
Apa itu ChromiNom Vietnamese Han-Nom IME?
ChromiNom Vietnamese Han-Nom IME adalah ekstensi Chrome yang dikembangkan oleh https://www.chunom.org, dan fitur utamanya adalah "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChromiNom Vietnamese Han-Nom IME
Unduh file ekstensi ChromiNom Vietnamese Han-Nom IME dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
                        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                     Informasi Dasar Ekstensi
| Nama |   |  
| ID | ndhhadaiabkdkifjbjginjcdenedmgma | 
| URL Resmi | https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma | 
| Deskripsi | Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom) | 
| Ukuran File | 99.7 KB | 
| Jumlah Instalasi | 154 | 
| Versi Saat Ini | 1.0.4 | 
| Terakhir Diperbarui | 2014-09-28 | 
| Tanggal Publikasi | 2014-09-28 | 
| Penilaian | 2.67/5 Total 3 Penilaian | 
| Pengembang | https://www.chunom.org | 
| Tipe Pembayaran | free | 
| Bahasa yang Didukung | 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"
    ]
}  |  |