Google Right-Click Multi-Search

Highlight some text, right click, and directly Google search in any search-type.

O que é Google Right-Click Multi-Search?

Google Right-Click Multi-Search é uma extensão do Chrome desenvolvida por Hector Ferronato, e sua principal característica é "Highlight some text, right click, and directly Google search in any search-type.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Right-Click Multi-Search

Baixe arquivos de extensão Google Right-Click Multi-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

                        If you already know you want to do a specific search type based on a highlighted word, why not just do it directly?

Use Google Right-Click Multi-Search and avoid having to go to the overall Google Search page and then choosing a category of search.

Share!                    

Informações Básicas da Extensão

Nome Google Right-Click Multi-Search Google Right-Click Multi-Search
ID hacdkngldbgplmdlmdhgiehbmmlckmea
URL Oficial https://chrome.google.com/webstore/detail/google-right-click-multi/hacdkngldbgplmdlmdhgiehbmmlckmea
Descrição Highlight some text, right click, and directly Google search in any search-type.
Tamanho do Arquivo 282 KB
Contagem de Instalações 288
Versão Atual 0.0.1
Última Atualização 2016-10-22
Data de Publicação 2016-10-22
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor Hector Ferronato
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Right-Click Multi-Search",
    "short_name": "Search",
    "description": "Highlight some text, right click, and directly Google search in any search-type.",
    "version": "0.0.1",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "imgs\/search-icon16.png",
        "48": "imgs\/search-icon48.png",
        "128": "imgs\/search-icon128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "imgs\/search-icon16.png",
            "48": "imgs\/search-icon48.png"
        },
        "default_title": "Google Right-Click Multi-Search",
        "default_popup": "popout.html"
    }
}