Instant Search

Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.

Instant Searchとは何ですか?

Instant Searchはamilagmによって開発されたChromeの拡張機能で、その主な機能は「Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension lets you run an instant google search from the current page you are viewing.

Just highlight the text that you want to search and click the search icon shown next to the highlighted text. 
Then A popup window will appear with the google search results. 

Your comments are always welcome.                    

拡張機能の基本情報

名前 Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
公式URL https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
説明 Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
ファイルサイズ 19 KB
インストール数 434
現在のバージョン 1.0.1.2
最終更新日 2013-11-23
公開日 2013-11-23
評価 5.00/5 合計 9 レビュー
開発者 amilagm
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Search",
    "version": "1.0.1.2",
    "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "searchup.css"
            ],
            "js": [
                "searchup.js"
            ]
        }
    ]
}