Easy Search

Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.

O que é Easy Search?

Easy Search é uma extensão do Chrome desenvolvida por woogyboogy73, e sua principal característica é "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Easy Search

Baixe arquivos de extensão Easy 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 quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.                    

Informações Básicas da Extensão

Nome Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
URL Oficial https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
Descrição Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Tamanho do Arquivo 11.3 KB
Contagem de Instalações 6,000
Versão Atual 0.1
Última Atualização 2014-01-02
Data de Publicação 2014-01-02
Classificação 1.75/5 Total de 4 Avaliações
Desenvolvedor woogyboogy73
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Search",
    "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.",
    "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": {
        "google-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Google search selected text"
        }
    }
}