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!

¿Qué es Add google search option to duckduckgo?

Add google search option to duckduckgo es una extensión de Chrome desarrollada por JFCCoding, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Add google search option to duckduckgo

Descarga archivos de extensión Add google search option to duckduckgo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre 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
Descripción Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
Tamaño del Archivo 22.88 KB
Cantidad de Instalaciones 49
Versión Actual 1.1
Última Actualización 2024-01-25
Fecha de Publicación 2020-10-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador JFCCoding
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://jfc-hosting.com/
Idiomas Soportados 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=*"
            ]
        }
    ]
}