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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } } |