ChromiNom Vietnamese Han-Nom IME
Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
Was ist ChromiNom Vietnamese Han-Nom IME?
ChromiNom Vietnamese Han-Nom IME ist eine Chrome-Erweiterung, die von https://www.chunom.org entwickelt wurde, und ihr Hauptmerkmal ist "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".
Erweiterungsscreenshots
ChromiNom Vietnamese Han-Nom IME-Erweiterungs-CRX-Datei herunterladen
Laden Sie ChromiNom Vietnamese Han-Nom IME-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ndhhadaiabkdkifjbjginjcdenedmgma |
| Offizielle URL | https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma |
| Beschreibung | Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom) |
| Dateigröße | 99.7 KB |
| Installationsanzahl | 154 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2014-09-28 |
| Veröffentlichungsdatum | 2014-09-28 |
| Bewertung | 2.67/5 Insgesamt 3 Bewertungen |
| Entwickler | https://www.chunom.org |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |