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!

Was ist Add google search option to duckduckgo?

Add google search option to duckduckgo ist eine Chrome-Erweiterung, die von JFCCoding entwickelt wurde, und ihr Hauptmerkmal ist "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".

Erweiterungsscreenshots

screenshot

Add google search option to duckduckgo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add google search option to duckduckgo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Add google search option to duckduckgo Add google search option to duckduckgo
ID oopkohppehamfoconkdjlhamenlijmkb
Offizielle URL https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb
Beschreibung Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
Dateigröße 22.88 KB
Installationsanzahl 49
Aktuelle Version 1.1
Letztes Update 2024-01-25
Veröffentlichungsdatum 2020-10-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler JFCCoding
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jfc-hosting.com/
Unterstützte Sprachen 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=*"
            ]
        }
    ]
}