vnikey for Webkit
Enables Vietnamese number key based
vnikey for Webkitคืออะไร?
vnikey for Webkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @ndaidong และคุณลักษณะหลักของมันคือ "Enables Vietnamese number key based"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย vnikey for Webkit
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |