Google Keyword Highlighter

Highlights Google-matched words in colour

什么是Google Keyword Highlighter?

Google Keyword Highlighter是由Old Pike Software开发的Chrome扩展程序,该扩展的主要功能是“Highlights Google-matched words in colour”。

扩展截图

screenshot
screenshot

下载Google Keyword Highlighter扩展crx文件

下载Google Keyword Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Google Keyword Highlighter Google Keyword Highlighter
ID aocmoogbdjejoimokamdoekglbibpnda
官方URL https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda
简介 Highlights Google-matched words in colour
文件大小 46.83 KB
安装次数 28
当前版本 1.2
更新时间 2024-02-04
上架时间 2021-10-21
开发者 Old Pike Software
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://oldpike.bxtrom.eu/privacy_policy.html
支持的语言 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\/*"
            ]
        }
    ]
}