Duck Duck Google

Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.

Wat is Duck Duck Google?

Duck Duck Google is een Chrome-extensie ontwikkeld door http://clintonmedbery.dev, en de belangrijkste functie is "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Duck Duck Google

Download Duck Duck Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Don't want to use google? Well maybe you want to use google occasionally when DuckDuckGo doesn't match that awful 4 page long error code your bad programming spits out? DuckDuckGoogle adds a simple button to DuckDuckGo to search in Google on the fly. Don't worry, we won't tell anyone.                    

Basisinformatie over de Extensie

Naam Duck Duck Google Duck Duck Google
ID fpnifenmokdnegahekoobkoinidabcoi
Officiële URL https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi
Beschrijving Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.
Bestandsgrootte 12.82 KB
Aantal Installaties 1,222
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-03-07
Publicatiedatum 2021-03-05
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar http://clintonmedbery.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duck Duck Google",
    "version": "1.0.1",
    "description": "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duckduckgo.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "duckDuckGoogle.js"
            ],
            "css": [
                "duck-duck.styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/duckduckgoogle_16.png",
        "48": "images\/duckduckgoogle_48.png",
        "128": "images\/duckduckgoogle_128.png"
    },
    "manifest_version": 2
}