ChromiNom Vietnamese Han-Nom IME

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

O que é ChromiNom Vietnamese Han-Nom IME?

ChromiNom Vietnamese Han-Nom IME é uma extensão do Chrome desenvolvida por https://www.chunom.org, e sua principal característica é "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChromiNom Vietnamese Han-Nom IME

Baixe arquivos de extensão ChromiNom Vietnamese Han-Nom IME no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChromiNom Vietnamese Han-Nom IME ChromiNom Vietnamese Han-Nom IME
ID ndhhadaiabkdkifjbjginjcdenedmgma
URL Oficial https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma
Descrição Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
Tamanho do Arquivo 99.7 KB
Contagem de Instalações 154
Versão Atual 1.0.4
Última Atualização 2014-09-28
Data de Publicação 2014-09-28
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor https://www.chunom.org
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}