AVIM - Vietnamese Input Method

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

AVIM - Vietnamese Input Method क्या है?

AVIM - Vietnamese Input Method Nguyễn Kim Kha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An input method editor (IME) for Vietnamese, best choice for Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AVIM - Vietnamese Input Method एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [email protected]
भुगतान के प्रकार 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"
        ]
    }
}