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