AVIM - Vietnamese Input Method

An input method editor (IME) for Vietnamese, best choice for Chrome.

AVIM - Vietnamese Input Methodคืออะไร?

AVIM - Vietnamese Input Method เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nguyễn Kim Kha และคุณลักษณะหลักของมันคือ "An input method editor (IME) for Vietnamese, best choice for Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AVIM - Vietnamese Input Method

ดาวน์โหลดไฟล์ส่วนขยาย AVIM - Vietnamese Input Method ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        NEW FEATURES:
- You can turn on/off AVIM by press Ctrl twice.
- No longer mistype password or email like others do.
- Works with almost sites (except Chrome Web Store).
- There is a textbox for typing Vietnamese in popup.

==========

Now, it become OPEN SOURCE, and you can fork at https://github.com/kimkha/avim-chrome

==========

That extension help the Vietnamese user type all special characters of Vietnamese. It based on AVIM (by Hieu Tran Dang).

USAGE
- After installing, please refresh your all website, then type something into the input areas on that site. Yeah, you used AVIM successful...
- Click on icon to change your custom method. Default is Mixed (combining of Telex and VNI methods).
- Then please come back here and write some review for me. Thank you!

LIMITS:
- Cannot use on Address bar
- Cannot use on Chrome web store
- Cannot use on Google Docs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AVIM - Vietnamese Input Method AVIM - Vietnamese Input Method
ID opgbbffpdglhkpglnlkiclakjlpiedoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avim-vietnamese-input-met/opgbbffpdglhkpglnlkiclakjlpiedoh
คำอธิบาย An input method editor (IME) for Vietnamese, best choice for Chrome.
ขนาดไฟล์ 25.56 KB
จำนวนการติดตั้ง 7,298
เวอร์ชันปัจจุบัน 0.8.5
อัปเดตครั้งล่าสุด 2021-04-08
วันที่เผยแพร่ 2020-05-27
คะแนน 4.20/5 รวมทั้งหมด 230 คะแนน
ผู้พัฒนา Nguyễn Kim Kha
อีเมล aboutextension@kimkha.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kimkha.com
URL หน้าช่วยเหลือ https://github.com/kimkha/avim-chrome/issues
ภาษาที่รองรับ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.8.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_extAction__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/avim.js",
                "scripts\/extension.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "chrome\/background.js"
        ]
    }
}