vnikey for Webkit

Enables Vietnamese number key based

vnikey for Webkit क्या है?

vnikey for Webkit @ndaidong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables Vietnamese number key based"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में vnikey for Webkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}