Search Highlighter

The Digiting Search Highlighter is the simplest way to search.

Search Highlighter란 무엇입니까?

Search Highlighter은(는) digiting에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Digiting Search Highlighter is the simplest way to search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Digiting Search Highlighter simplifies your browsing experience by making it easier to search. Instead of copy and paste, simply highlight a word or phrase and it shows up in your Digiting search box.

Search Highlighter’s patent –pending technology is free and currently in beta. Get it now to simply searching.

Use the Digiting Search Highlighter to quickly search by highlighting text and searching. No need to retype or to copy and paste text.

Works great for products, proper names, addresses, complex terms or just about anything else you come across when browsing, and wish to search.
 
The Digiting Search Highlighter has additional features which allow you to change the location of the search box, from the top to the bottom of the page. 

You can also easily choose between launching a search in a new tab or in the current tab.

And, you can have access to your search history.                    

확장 프로그램 기본 정보

이름 Search Highlighter Search Highlighter
ID pgiojmcenncggniipinpebhcagnoidaf
공식 URL https://chrome.google.com/webstore/detail/search-highlighter/pgiojmcenncggniipinpebhcagnoidaf
설명 The Digiting Search Highlighter is the simplest way to search.
파일 크기 95.69 KB
설치 횟수 107
현재 버전 1.0.2
최근 업데이트 2013-07-09
출시 날짜 2013-07-09
평점 2.33/5 총 3 개의 평점
개발자 digiting
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Search Highlighter",
    "version": "1.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "toolbar.js",
                "lib\/jquery-1.7.1.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "The Digiting Search Highlighter is the simplest way to search.",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self' ",
    "permissions": [
        "history",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "toolbarWindow.html"
    ]
}