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
官方網址 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"
    ]
}