Search with Google Instead

You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.

O que é Search with Google Instead?

Search with Google Instead é uma extensão do Chrome desenvolvida por Alessandro Muraro, e sua principal característica é "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Search with Google Instead

Baixe arquivos de extensão Search with Google Instead 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 extension adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.                    

Informações Básicas da Extensão

Nome Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
URL Oficial https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
Descrição You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
Tamanho do Arquivo 16.67 KB
Contagem de Instalações 44
Versão Atual 1.01
Última Atualização 2018-08-07
Data de Publicação 2018-08-07
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor Alessandro Muraro
Tipo de Pagamento free
Site da Extensão https://alexmuraro.me
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search with Google Instead",
    "short_name": "Google Instead",
    "version": "1.01",
    "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.",
    "author": "Alessandro Muraro",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/?*",
                "https:\/\/www.bing.com\/search?*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}