DuckDuckGo to Google

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

Cos'è DuckDuckGo to Google?

DuckDuckGo to Google è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DuckDuckGo to Google

Scarica i file di estensione DuckDuckGo to Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DuckDuckGo to Google DuckDuckGo to Google
ID ifbidhibhedohacondenjgoahnoidblm
URL Ufficiale https://chromewebstore.google.com/detail/duckduckgo-to-google/ifbidhibhedohacondenjgoahnoidblm
Descrizione Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g
Dimensione del File 21.38 KB
Conteggio Installazioni 155
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-05-04
Data di Pubblicazione 2022-05-04
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/duckduckgo-to-google-search/
URL della Pagina di Aiuto https://browsernative.com/duckduckgo-to-google-search/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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\/"
}