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!

Qu'est-ce que Add google search option to duckduckgo ?

Add google search option to duckduckgo est une extension Chrome développée par JFCCoding, et sa fonction principale est "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Add google search option to duckduckgo

Téléchargez les fichiers d'extension Add google search option to duckduckgo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Add google search option to duckduckgo Add google search option to duckduckgo
ID oopkohppehamfoconkdjlhamenlijmkb
URL Officiel https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb
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!
Taille du Fichier 22.88 KB
Nombre d'Installations 49
Version Actuelle 1.1
Dernière Mise à Jour 2024-01-25
Date de Publication 2020-10-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur JFCCoding
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jfc-hosting.com/
Langues Prises en Charge 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=*"
            ]
        }
    ]
}