Highlighted Search

Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.

Highlighted Searchとは何ですか?

Highlighted Searchはgharezlakによって開発されたChromeの拡張機能で、その主な機能は「Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.」です。

Highlighted Search拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Use your cursor to highlight someone's name in your current tab, then simply click the icon that appears in your omnibox. That will open 5 new tabs, using the highlighted text as a search parameter, to search Github, LinkedIn, Facebook. Google and Google Scholar, for that person's name.                    

拡張機能の基本情報

名前 Highlighted Search Highlighted Search
ID kabajmplhbdbdmejnmjkpbajiimifdon
公式URL https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon
説明 Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
ファイルサイズ 124 KB
インストール数 19
現在のバージョン 0.1.3
最終更新日 2017-05-11
公開日 2017-05-11
評価 3.00/5 合計 2 レビュー
開発者 gharezlak
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlighted Search",
    "manifest_version": 2,
    "description": "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.",
    "version": "0.1.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Dynamic-InMail",
        "default_icon": "icon.png"
    }
}