DuckDuckGo to Google

Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g

¿Qué es DuckDuckGo to Google?

DuckDuckGo to Google es una extensión de Chrome desarrollada por https://browsernative.com, y su función principal es "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión DuckDuckGo to Google

Descarga archivos de extensión DuckDuckGo to Google 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

                        Use extension's toolbar button or the keyboard shortcut (Shift + g) while searching on DuckDuckGo. It would load the Google search result page for the same query.

Visit homepage for more: https://browsernative.com/duckduckgo-to-google-search/

Extension by BrowserNative. Not created by or affiliated with DuckDuckGo or Google.                    

Información Básica de la Extensión

Nombre DuckDuckGo to Google DuckDuckGo to Google
ID ifbidhibhedohacondenjgoahnoidblm
URL Oficial https://chromewebstore.google.com/detail/duckduckgo-to-google/ifbidhibhedohacondenjgoahnoidblm
Descripción Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g
Tamaño del Archivo 21.38 KB
Cantidad de Instalaciones 155
Versión Actual 1.0.1
Última Actualización 2022-05-04
Fecha de Publicación 2022-05-04
Desarrollador https://browsernative.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://browsernative.com/duckduckgo-to-google-search/
URL de la Página de Ayuda https://browsernative.com/duckduckgo-to-google-search/
URL de la Página de Política de Privacidad https://browsernative.com/extensions-privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo to Google",
    "description": "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/www.duckduckgo.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "DDG to Google"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "scripting",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/duckduckgo.com\/*",
        "*:\/\/www.duckduckgo.com\/*"
    ],
    "homepage_url": "https:\/\/browsernative.com\/duckduckgo-to-google-search\/"
}