ChromiNom Vietnamese Han-Nom IME
Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
Co to jest ChromiNom Vietnamese Han-Nom IME?
ChromiNom Vietnamese Han-Nom IME to rozszerzenie Chrome opracowane przez https://www.chunom.org, a jego główną funkcją jest „Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChromiNom Vietnamese Han-Nom IME
Pobierz pliki rozszerzeń ChromiNom Vietnamese Han-Nom IME w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ndhhadaiabkdkifjbjginjcdenedmgma |
| Oficjalny URL | https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma |
| Opis | Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom) |
| Rozmiar pliku | 99.7 KB |
| Liczba instalacji | 154 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2014-09-28 |
| Data Publikacji | 2014-09-28 |
| Ocena | 2.67/5 Łącznie 3 Oceny |
| Deweloper | https://www.chunom.org |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |