ChromiNom Vietnamese Han-Nom IME
Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
ما هو ChromiNom Vietnamese Han-Nom IME؟
ChromiNom Vietnamese Han-Nom IME هو إضافة Chrome تم تطويرها بواسطة https://www.chunom.org، والميزة الرئيسية لها هي "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChromiNom Vietnamese Han-Nom IME
قم بتنزيل ملفات الامتداد ChromiNom Vietnamese Han-Nom IME بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | ndhhadaiabkdkifjbjginjcdenedmgma |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma |
| الوصف | Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom) |
| حجم الملف | 99.7 KB |
| عدد التثبيتات | 154 |
| النسخة الحالية | 1.0.4 |
| آخر تحديث | 2014-09-28 |
| تاريخ النشر | 2014-09-28 |
| تقييم | 2.67/5 مجموع تقييمات 3 |
| المطور | https://www.chunom.org |
| نوع الدفع | free |
| اللغات المدعومة | 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"
]
} | |