ChromiNom Vietnamese Han-Nom IME
Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
Wat is ChromiNom Vietnamese Han-Nom IME?
ChromiNom Vietnamese Han-Nom IME is een Chrome-extensie ontwikkeld door https://www.chunom.org, en de belangrijkste functie is "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".
Extensie Screenshots
Download het CRX-bestand van de extensie ChromiNom Vietnamese Han-Nom IME
Download ChromiNom Vietnamese Han-Nom IME-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ChromiNom Vietnamese Han-Nom IME |
ID | ndhhadaiabkdkifjbjginjcdenedmgma |
Officiële URL | https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma |
Beschrijving | Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom) |
Bestandsgrootte | 99.7 KB |
Aantal Installaties | 154 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2014-09-28 |
Publicatiedatum | 2014-09-28 |
Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.chunom.org |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |