google-search-highlight

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

什么是google-search-highlight?

google-search-highlight是由morix1500开发的Chrome扩展程序,该扩展的主要功能是“This is an extension that highlights Google's search word.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载google-search-highlight扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
官方URL https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
简介 This is an extension that highlights Google's search word.
文件大小 42.2 KB
安装次数 257
当前版本 0.3
更新时间 2018-09-17
上架时间 2018-09-17
评分 4.00/5 共3次评分
开发者 morix1500
付费类型 free
支持的语言 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"
    ]
}