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