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开发的Chrome扩展程序,该扩展的主要功能是“An input method editor (IME) for Vietnamese, best choice for Chrome.”。
扩展截图
下载AVIM - Vietnamese Input Method扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
} | |