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.

What is Duck Duck Google?

Duck Duck Google is a Chrome extension developed by http://clintonmedbery.dev, and its main feature 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.".

Extension Screenshots

screenshot

Download Duck Duck Google Extension CRX File

Download Duck Duck Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Duck Duck Google Duck Duck Google
ID fpnifenmokdnegahekoobkoinidabcoi
Official URL https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi
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.
File Size 12.82 KB
Installation Count 1,222
Current Version 1.0.1
Last Updated 2021-03-07
Publish Date 2021-03-05
Rating 4.00/5 Total 5 Ratings
Developer http://clintonmedbery.dev
Email [email protected]
Payment Type free
Supported Languages 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
}