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ファイルをダウンロード
vnikey for Webkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |