google-search-highlight

This is an extension that highlights Google's search word.

google-search-highlight là gì?

google-search-highlight là một tiện ích mở rộng Chrome được phát triển bởi morix1500, và tính năng chính của nó là "This is an extension that highlights Google's search word.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng google-search-highlight

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

                        This extension highlights words searched by Google on other pages.
It corresponds to the following functions.
・Change color of highlight
・Exact match search
・Disable highlight

The target Google domain is as follows.
・www.google.com
・www.google.co.jp                    

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

Tên google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
URL Chính Thức https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
Mô tả This is an extension that highlights Google's search word.
Kích Thước Tệp 42.2 KB
Số Lần Cài Đặt 257
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-09-17
Ngày Phát Hành 2018-09-17
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển morix1500
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google-search-highlight",
    "description": "This is an extension that highlights Google's search word.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}