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
Eメール [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\/*"
            ]
        }
    ]
}