browseye toolbar

Search for words on a web page

browseye toolbar란 무엇입니까?

browseye toolbar은(는) http://browseye.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for words on a web page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

browseye toolbar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Browseye lets you search for words or phrases on a web page and it's completely free. 

It's as easy to use as CTRL+F or F3 (the functionality that comes with every browser to search within a web page), but it goes beyond and is more powerful and complete.

List of its unique features:
* you can search for multiple words on a web page and use quotes to search for phrases
* it suggests you words from the web page as you type your search query. No suggestions means you already know there are no matches even before pressing ENTER!
* paragraphs not containing matches can be lowlighted or hidden from your view to let you focus on the matches
* browseye highlights all the links that lead to pages containing matches for your search, so you know if it's worth clicking on a link before doing it!
* you can easily share the web page you are on in Twitter or Facebook

Enjoy a new effortless web browsing experience and let browseye do all the work for you. For free. 

Learn more at browseye.com.                    

확장 프로그램 기본 정보

이름 browseye toolbar browseye toolbar
ID llkjkofpgedcknjggdifdhlhollakoek
공식 URL https://chrome.google.com/webstore/detail/browseye-toolbar/llkjkofpgedcknjggdifdhlhollakoek
설명 Search for words on a web page
파일 크기 2.09 MB
설치 횟수 53
현재 버전 0.8.19
최근 업데이트 2014-10-19
출시 날짜 2014-10-19
평점 4.88/5 총 17 개의 평점
개발자 http://browseye.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.browseye.com
도움말 페이지 URL http://www.browseye.com/contactus/contactus.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "browseye toolbar",
    "version": "0.8.19",
    "description": "Search for words on a web page",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "b128.png",
        "default_title": "Activate\/Deactivate browseye toolbar"
    },
    "background": {
        "scripts": [
            "lib\/url-min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "b16.png",
        "48": "b48.png",
        "128": "b128.png"
    },
    "homepage_url": "http:\/\/www.browseye.com",
    "content_security_policy": "script-src 'self' https:\/\/browseye-toolbar.appspot.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/url-min.js",
                "csst-injector.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "ac\/publisherConf.json"
    ]
}