vnikey for Webkit

Enables Vietnamese number key based

vnikey for Webkit là gì?

vnikey for Webkit là một tiện ích mở rộng Chrome được phát triển bởi @ndaidong, và tính năng chính của nó là "Enables Vietnamese number key based".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng vnikey for Webkit

Tải xuống các tệp mở rộng vnikey for Webkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên vnikey for Webkit vnikey for Webkit
ID gipmmnagikfceadakmonbllelfjcmbam
URL Chính Thức https://chromewebstore.google.com/detail/vnikey-for-webkit/gipmmnagikfceadakmonbllelfjcmbam
Mô tả Enables Vietnamese number key based
Kích Thước Tệp 86.83 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2020-06-28
Ngày Phát Hành 2020-06-28
Nhà Phát Triển @ndaidong
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ndaidong/vnikey
URL Trang Trợ Giúp https://github.com/ndaidong/vnikey/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}