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!
Co to jest Add google search option to duckduckgo?
Add google search option to duckduckgo to rozszerzenie Chrome opracowane przez JFCCoding, a jego główną funkcją jest „Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add google search option to duckduckgo
Pobierz pliki rozszerzeń Add google search option to duckduckgo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oopkohppehamfoconkdjlhamenlijmkb |
| Oficjalny URL | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
| Opis | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
| Rozmiar pliku | 22.88 KB |
| Liczba instalacji | 49 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2024-01-25 |
| Data Publikacji | 2020-10-06 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | JFCCoding |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://jfc-hosting.com/ |
| Obsługiwane Języki | 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=*"
]
}
]
} | |