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ファイルをダウンロード

browseye toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}