Highlight google search result text

Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted

什么是Highlight google search result text?

Highlight google search result text是由Zudwa开发的Chrome扩展程序,该扩展的主要功能是“Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted”。

扩展截图

screenshot
screenshot

下载Highlight google search result text扩展crx文件

下载Highlight google search result text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
官方URL https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
简介 Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
文件大小 12.97 KB
安装次数 75
当前版本 0.1.3
更新时间 2014-04-03
上架时间 2014-04-02
评分 3.00/5 共2次评分
开发者 Zudwa
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight google search result text",
    "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted",
    "version": "0.1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-search.js",
                "search-result.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}