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!
Vad är Add google search option to duckduckgo?
Add google search option to duckduckgo är en Chrome-tillägg utvecklad av JFCCoding, och dess huvudfunktion är "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".
Tilläggsskärmbilder
Ladda ner Add google search option to duckduckgo-förlängningens CRX-fil
Ladda ner Add google search option to duckduckgo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | oopkohppehamfoconkdjlhamenlijmkb |
| Officiell webbadress | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
| Beskrivning | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
| Filstorlek | 22.88 KB |
| Antal Installationer | 49 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2024-01-25 |
| Publiceringsdatum | 2020-10-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | JFCCoding |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://jfc-hosting.com/ |
| Stödda Språk | 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=*"
]
}
]
} | |