vnikey for Webkit
Enables Vietnamese number key based
vnikey for Webkit란 무엇입니까?
vnikey for Webkit은(는) @ndaidong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables Vietnamese number key based"입니다.
확장 프로그램 스크린샷
vnikey for Webkit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
vnikey is a tool for typing Vietnamese, similar to other libraries as HIM, VIM, Mudim, etc. However vnikey supports only VNI type mode (aka "Vietnamese number key based"). Personally I appreciate the intelligence and elegance of the VNI typing method. It's great to type English terms mixed with Vietnamese. But if you are already using TELEX or VIQR, then vnikey is not for you. vnikey also doesn't not provide the further features like auto-correct spelling errors. There is the better tools for that. vnikey focuses on the main purpose: easy to type Vietnamese as long as English. It tries to avoid to place accent marks when you type something looks like English.
확장 프로그램 기본 정보
이름 | vnikey for Webkit |
ID | gipmmnagikfceadakmonbllelfjcmbam |
공식 URL | https://chromewebstore.google.com/detail/vnikey-for-webkit/gipmmnagikfceadakmonbllelfjcmbam |
설명 | Enables Vietnamese number key based |
파일 크기 | 86.83 KB |
설치 횟수 | 18 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2020-06-28 |
출시 날짜 | 2020-06-28 |
개발자 | @ndaidong |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ndaidong/vnikey |
도움말 페이지 URL | https://github.com/ndaidong/vnikey/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "vnikey for Webkit", "description": "Enables Vietnamese number key based", "author": "@ndaidong", "version": "0.3.0", "homepage_url": "https:\/\/github.com\/ndaidong\/vnikey", "icons": { "16": "icons\/vni-16x16.png", "32": "icons\/vni-32x32.png", "64": "icons\/vni-64x64.png", "128": "icons\/vni-128x128.png", "256": "icons\/vni-256x256.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "js\/vnikey.js" ] } ] } |