Add google search option to duckduckgo

Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!

O que é Add google search option to duckduckgo?

Add google search option to duckduckgo é uma extensão do Chrome desenvolvida por JFCCoding, e sua principal característica é "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Add google search option to duckduckgo

Baixe arquivos de extensão Add google search option to duckduckgo 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

                        Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google!

Search Engines currently supported:
DuckDuckGo
Microsoft Bing                    

Informações Básicas da Extensão

Nome Add google search option to duckduckgo Add google search option to duckduckgo
ID oopkohppehamfoconkdjlhamenlijmkb
URL Oficial https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb
Descrição Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
Tamanho do Arquivo 22.88 KB
Contagem de Instalações 49
Versão Atual 1.1
Última Atualização 2024-01-25
Data de Publicação 2020-10-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor JFCCoding
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jfc-hosting.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add google search option to duckduckgo",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/duckduckgo.com\/?q=*",
                "https:\/\/www.bing.com\/search?q=*"
            ]
        }
    ]
}