Highlight Known Chinese Words

Highlights Chinese words that you already know! Keep track of your vocabulary!

Highlight Known Chinese Words क्या है?

Highlight Known Chinese Words svecon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights Chinese words that you already know! Keep track of your vocabulary!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Highlight Known Chinese Words एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Keep track of your Chinese vocabulary.

This extension will highlight words that you already know on any webpage. If you know the word, it will be highlighted with green background. If you don't know the word, it will have red background. If you know only some of the characters of a word, they will be highlighted in blue.

You can easily add words to your vocabulary in the settings.
You can also select word which you want to add to vocabulary and press Shift+Alt+A.
More keyboard shortcuts are explained in the options.

Works great with Zhongwen Chinese Popup Dictionary extension.                    

एक्सटेंशन की मूल जानकारी

नाम Highlight Known Chinese Words Highlight Known Chinese Words
ID gbpllapimjcpljegefoblbmjdaoahglm
आधिकारिक URL https://chromewebstore.google.com/detail/highlight-known-chinese-w/gbpllapimjcpljegefoblbmjdaoahglm
विवरण Highlights Chinese words that you already know! Keep track of your vocabulary!
फ़ाइल का आकार 840 KB
स्थापना संख्या 280
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-11-26
प्रकाशन तिथि 2016-11-26
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर svecon
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight Known Chinese Words",
    "short_name": "Known Chinese",
    "version": "1.0.2",
    "description": "Highlights Chinese words that you already know! Keep track of your vocabulary!",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background_script.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "dictionaries\/cedict_ts.u8"
    ]
}