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!
Wat is Add google search option to duckduckgo?
Add google search option to duckduckgo is een Chrome-extensie ontwikkeld door JFCCoding, en de belangrijkste functie is "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".
Extensie Screenshots
Download het CRX-bestand van de extensie Add google search option to duckduckgo
Download Add google search option to duckduckgo-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | oopkohppehamfoconkdjlhamenlijmkb |
| Officiële URL | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
| Beschrijving | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
| Bestandsgrootte | 22.88 KB |
| Aantal Installaties | 49 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2024-01-25 |
| Publicatiedatum | 2020-10-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | JFCCoding |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://jfc-hosting.com/ |
| Ondersteunde Talen | 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=*"
]
}
]
} | |