ChromiNom Vietnamese Han-Nom IME

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

Qu'est-ce que ChromiNom Vietnamese Han-Nom IME ?

ChromiNom Vietnamese Han-Nom IME est une extension Chrome développée par https://www.chunom.org, et sa fonction principale est "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChromiNom Vietnamese Han-Nom IME

Téléchargez les fichiers d'extension ChromiNom Vietnamese Han-Nom IME au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ChromiNom Vietnamese Han-Nom IME ChromiNom Vietnamese Han-Nom IME
ID ndhhadaiabkdkifjbjginjcdenedmgma
URL Officiel https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma
Description Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
Taille du Fichier 99.7 KB
Nombre d'Installations 154
Version Actuelle 1.0.4
Dernière Mise à Jour 2014-09-28
Date de Publication 2014-09-28
Évaluation 2.67/5 Total 3 Évaluations
Développeur https://www.chunom.org
Type de Paiement free
Langues Prises en Charge 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"
    ]
}