Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

Select To Highlight là gì?

Select To Highlight là một tiện ích mở rộng Chrome được phát triển bởi qsqiu, và tính năng chính của nó là "Allow you to highlight the words in the web pages that are the same as your selection.".

Ả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 Select To Highlight

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

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

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

Tên Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
URL Chính Thức https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Mô tả Allow you to highlight the words in the web pages that are the same as your selection.
Kích Thước Tệp 37.04 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-02-13
Ngày Phát Hành 2017-02-13
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển qsqiu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/QS20199/SelectToHighlight
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}