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"
    ]
}