Super Highlight Search

In-page text search tool. High contrast highlighting makes it easy to find!

Super Highlight Search란 무엇입니까?

Super Highlight Search은(는) fumito80에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "In-page text search tool. High contrast highlighting makes it easy to find!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        FEATURES:
=========
 • View a summary list of search results
 • Regular expression search

KEYBOARD SHORTCUTS:
====================
ENTER or ↓(Down arrow): Finds the next match
SHIFT+ENTER or ↑(Up arrow): Finds the previous match
ESC on page: Clear the results

UPDATES:
========
v1.0.5
- FIXED: Search for pages including IFRAME does not work.

v1.0.4
- FIXED: When typing quickly, search results shown as hits even though it is not a hit sometimes.
- UPDATE: Icon creation from canvas to svg for clearer display.

v1.0.1
Migrated to Manifest V3.

v0.3.7.0
We've caught up with Chrome 61, finally.
Selection follows document scrolling.                    

확장 프로그램 기본 정보

이름 Super Highlight Search Super Highlight Search
ID mnnlboenenpikhopbchpjikllhibfocl
공식 URL https://chromewebstore.google.com/detail/super-highlight-search/mnnlboenenpikhopbchpjikllhibfocl
설명 In-page text search tool. High contrast highlighting makes it easy to find!
파일 크기 19.04 KB
설치 횟수 9,164
현재 버전 1.0.5
최근 업데이트 2022-04-20
출시 날짜 2019-04-13
평점 4.19/5 총 48 개의 평점
개발자 fumito80
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Super Highlight Search",
    "description": "In-page text search tool. High contrast highlighting makes it easy to find!",
    "version": "1.0.5",
    "default_locale": "en",
    "action": {
        "default_title": "Super Highlight Search",
        "default_icon": "images\/popup16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+F",
            "description": "Toggle Super Highlight Search"
        }
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}