Google Keyword Highlighter

Highlights Google-matched words in colour

Google Keyword Highlighter là gì?

Google Keyword Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Old Pike Software, và tính năng chính của nó là "Highlights Google-matched words in colour".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Keyword Highlighter

Tải xuống các tệp mở rộng Google Keyword 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 very simple extension allows the addition of a highlight colour to all the matched words Google finds in the excerpts shown in a search results page (which normally are displayed only in a rather discreet boldface). The highlight colour can be chosen on the extension's Options Page.                    

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

Tên Google Keyword Highlighter Google Keyword Highlighter
ID aocmoogbdjejoimokamdoekglbibpnda
URL Chính Thức https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda
Mô tả Highlights Google-matched words in colour
Kích Thước Tệp 46.83 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2024-02-04
Ngày Phát Hành 2021-10-21
Nhà Phát Triển Old Pike Software
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://oldpike.bxtrom.eu/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Keyword Highlighter",
    "version": "1.2",
    "description": "Highlights Google-matched words in colour",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon_128.png"
            ],
            "matches": [
                "https:\/\/*.google.com\/*"
            ]
        }
    ]
}