Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

Hightlight to Search Faster란 무엇입니까?

Hightlight to Search Faster은(는) MI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…"입니다.

확장 프로그램 스크린샷

screenshot

Hightlight to Search Faster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

확장 프로그램 기본 정보

이름 Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
공식 URL https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
설명 Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
파일 크기 10.63 KB
설치 횟수 221
현재 버전 0.0.2
최근 업데이트 2014-10-29
출시 날짜 2014-10-29
평점 5.00/5 총 1 개의 평점
개발자 MI
결제 유형 free
확장 프로그램 웹 사이트 http://blendedway.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}