Keywords Highlighter

This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…

Keywords Highlighter là gì?

Keywords Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Tim Zhuang, và tính năng chính của nó là "This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…".

Ả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 Keywords Highlighter

Tải xuống các tệp mở rộng Keywords Highlighter 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

                        This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find for Google extension.

Guidance:
1. Create a project first.
2. Create data points.
3. Assign multiple keywords to each data point.

If it's a large webpage (larger than 1M), the highlighter may not load automatically. Please press the ("\") to trigger the highlighter.

If the highlighter makes the webpage messy, press ("pause break") to remove all the highlights. The pause key is near the print screen key and scroll key,

If you press key (`), it will navigate you to the first highlighted keywords. Press again, it scrolls down to the next match.

Hope you enjoy it. Feel free to feedback me if you have any question.                    

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

Tên Keywords Highlighter Keywords Highlighter
ID jkjhjjhcjcldlfmpmjmhieiioeooicol
URL Chính Thức https://chrome.google.com/webstore/detail/keywords-highlighter/jkjhjjhcjcldlfmpmjmhieiioeooicol
Mô tả This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…
Kích Thước Tệp 1.39 MB
Số Lần Cài Đặt 246
Phiên Bản Hiện Tại 1.54.6
Cập Nhật Lần Cuối 2017-03-07
Ngày Phát Hành 2017-03-07
Đánh Giá 2.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Tim Zhuang
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": "Keywords Highlighter",
    "version": "1.54.6",
    "author": "Tim Zhuang",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "h.css"
            ],
            "js": [
                "\/js\/jquery-2.1.1.js",
                "highlight.js",
                "\/mark\/jquery.mark.es6.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}