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!
Cos'è Add google search option to duckduckgo?
Add google search option to duckduckgo è un'estensione di Chrome sviluppata da JFCCoding, e la sua funzione principale è "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add google search option to duckduckgo
Scarica i file di estensione Add google search option to duckduckgo 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
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | oopkohppehamfoconkdjlhamenlijmkb | 
| URL Ufficiale | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb | 
| Descrizione | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! | 
| Dimensione del File | 22.88 KB | 
| Conteggio Installazioni | 49 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2024-01-25 | 
| Data di Pubblicazione | 2020-10-06 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | JFCCoding | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://jfc-hosting.com/ | 
| Lingue Supportate | 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=*"
            ]
        }
    ]
}  |  |