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!
Hvad er Add google search option to duckduckgo?
Add google search option to duckduckgo er en Chrome-udvidelse udviklet af JFCCoding, og dens hovedfunktion er "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".
Udvidelsesskærmbilleder
Download Add google search option to duckduckgo-udvidelses-CRX-fil
Download Add google search option to duckduckgo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oopkohppehamfoconkdjlhamenlijmkb |
| Officiel URL | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
| Beskrivelse | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
| Filstørrelse | 22.88 KB |
| Antal Installationer | 49 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2024-01-25 |
| Udgivelsesdato | 2020-10-06 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | JFCCoding |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://jfc-hosting.com/ |
| Understøttede Sprog | 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=*"
]
}
]
} | |