Highlight to Search

Press Alt+Shift+Y to search for the selected text on Yahoo.

O que é Highlight to Search?

Highlight to Search é uma extensão do Chrome desenvolvida por lironkartz, e sua principal característica é "Press Alt+Shift+Y to search for the selected text on Yahoo.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Highlight to Search

Baixe arquivos de extensão Highlight to 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

                        This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. 

All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.                    

Informações Básicas da Extensão

Nome Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
URL Oficial https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
Descrição Press Alt+Shift+Y to search for the selected text on Yahoo.
Tamanho do Arquivo 8.71 KB
Contagem de Instalações 4,520
Versão Atual 0.1
Última Atualização 2014-01-02
Data de Publicação 2014-01-02
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor lironkartz
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight to Search",
    "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "yahoo-search": {
            "suggested_key": {
                "default": "Alt+Shift+Y"
            },
            "description": "Yahoo search selected text"
        }
    }
}