Highlight All Occurrences

Hold CTRL and select a text to highlight all occurrences of the text on entire page

Highlight All Occurrences란 무엇입니까?

Highlight All Occurrences은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hold CTRL and select a text to highlight all occurrences of the text on entire page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Highlight All Occurrences 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        version 1.6:
- hotfix

version 1.5:
- refreshed icon

version 1.4:
- Fixed problem with locked CTRL key when user was using shortcuts like CTRL+F

version 1.3:
- Fixed bugs introduced in version 1.2

version 1.2:
- Fixed problem with locked CTRL key
- Fixed problem with re-highlighting the same text
- Added support for macOS                    

확장 프로그램 기본 정보

이름 Highlight All Occurrences Highlight All Occurrences
ID odhbnpahcahiihjfkmdnnallndmmibpk
공식 URL https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk
설명 Hold CTRL and select a text to highlight all occurrences of the text on entire page
파일 크기 53.4 KB
설치 횟수 1,279
현재 버전 1.6
최근 업데이트 2018-10-09
출시 날짜 2018-10-09
평점 3.72/5 총 18 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://radkoncy.wordpress.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight All Occurrences",
    "description": "Hold CTRL and select a text to highlight all occurrences of the text on entire page",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "32": "ico32.png",
        "48": "ico48.png"
    },
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "ico19.png",
            "38": "ico38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.0.0.js",
                "jquery.highlight-5.js",
                "selection.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ]
}