In-page Highlighter

Instantly highlight anything you select in current page

In-page Highlighter란 무엇입니까?

In-page Highlighter은(는) https://undefinedblog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly highlight anything you select in current page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

In-page Highlighter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Instantly highlight anything you select in current page, just a simulation of Chrome's search function, but way more efficient and easy-to-use.

*Version 0.7 New feautres
 - case sensitive option, default is not

*Version 0.5 New features
 - add Chrome 33 support
 - highlight and search at the same time(won't suppress Chrome bulit-in context menu any more)

即时高亮你在当前页面选中的所有相同内容,如同 Chrome 内置的搜索功能一样,但是更简单、更易用、更多配置!

*0.7版新功能
 - 支持大小写敏感匹配选项,默认不敏感

*0.5版新功能
 - 支持 Chrome 33
 - 高亮关键词同时可以右键搜索,无需重复选中                    

확장 프로그램 기본 정보

이름 In-page Highlighter In-page Highlighter
ID jieapbldippnhiccagafbdbhipaaanei
공식 URL https://chromewebstore.google.com/detail/in-page-highlighter/jieapbldippnhiccagafbdbhipaaanei
설명 Instantly highlight anything you select in current page
파일 크기 30.06 KB
설치 횟수 944
현재 버전 0.7
최근 업데이트 2014-03-22
출시 날짜 2014-03-22
평점 4.25/5 총 12 개의 평점
개발자 https://undefinedblog.com
결제 유형 free
확장 프로그램 웹 사이트 http://undefinedblog.com/2013/09/chrome-plugin-in-page-highlighter/
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "In-page Highlighter",
    "version": "0.7",
    "description": "__MSG_description__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "j.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "get_options.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "[email protected]"
        }
    },
    "options_page": "options.html"
}