Search Highlighter

Search and highlight keywords in any webpage via toolbar popup.

Search Highlighter란 무엇입니까?

Search Highlighter은(는) Yubi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and highlight keywords in any webpage via toolbar popup."입니다.

확장 프로그램 스크린샷

screenshot

Search Highlighter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search Highlighter is an extension that enables you to find and highlight desired keywords on any web page.

Simply navigate to a web page, then, open toolbar popup UI and type your keyword in the designated area. Then click on the - Find - button or press - Enter - on your keyboard. All the matching words within the web page will be highlighted with yellow color. If you click on the - Clear - Button, the highlighted words will be cleared. There are also several options within the options page to adjust highlight functionality.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/search-highlighter.html).                    

확장 프로그램 기본 정보

이름 Search Highlighter Search Highlighter
ID ddhleiedaebfmlcefloachgifidhogde
공식 URL https://chromewebstore.google.com/detail/search-highlighter/ddhleiedaebfmlcefloachgifidhogde
설명 Search and highlight keywords in any webpage via toolbar popup.
파일 크기 40.26 KB
설치 횟수 3,000
현재 버전 0.1.4
최근 업데이트 2023-08-29
출시 날짜 2019-03-10
평점 2.86/5 총 14 개의 평점
개발자 Yubi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/search-highlighter.html
도움말 페이지 URL https://mybrowseraddon.com/search-highlighter.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Search Highlighter",
    "homepage_url": "https:\/\/mybrowseraddon.com\/search-highlighter.html",
    "description": "Search and highlight keywords in any webpage via toolbar popup.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Search Highlighter",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "search-highlighter": {
            "description": "Search Highlighter",
            "suggested_key": {
                "mac": "Alt+Shift+F",
                "default": "Alt+Shift+F"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}