Highlight Known Chinese Words

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

Highlight Known Chinese Words là gì?

Highlight Known Chinese Words là một tiện ích mở rộng Chrome được phát triển bởi svecon, và tính năng chính của nó là "Highlights Chinese words that you already know! Keep track of your vocabulary!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Highlight Known Chinese Words

Tải xuống các tệp mở rộng Highlight Known Chinese Words 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

                        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.                    

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

Tên Highlight Known Chinese Words Highlight Known Chinese Words
ID gbpllapimjcpljegefoblbmjdaoahglm
URL Chính Thức https://chromewebstore.google.com/detail/highlight-known-chinese-w/gbpllapimjcpljegefoblbmjdaoahglm
Mô tả Highlights Chinese words that you already know! Keep track of your vocabulary!
Kích Thước Tệp 840 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-11-26
Ngày Phát Hành 2016-11-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển svecon
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}