Highlighted Search

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

O que é Highlighted Search?

Highlighted Search é uma extensão do Chrome desenvolvida por gharezlak, e sua principal característica é "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".

Baixar o arquivo CRX da Extensão Highlighted Search

Baixe arquivos de extensão Highlighted Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Highlighted Search Highlighted Search
ID kabajmplhbdbdmejnmjkpbajiimifdon
URL Oficial https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon
Descrição Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Tamanho do Arquivo 124 KB
Contagem de Instalações 19
Versão Atual 0.1.3
Última Atualização 2017-05-11
Data de Publicação 2017-05-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor gharezlak
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}