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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}