Duck Duck Google
Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.
Co to jest Duck Duck Google?
Duck Duck Google to rozszerzenie Chrome opracowane przez http://clintonmedbery.dev, a jego główną funkcją jest „Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duck Duck Google
Pobierz pliki rozszerzeń Duck Duck Google 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
Don't want to use google? Well maybe you want to use google occasionally when DuckDuckGo doesn't match that awful 4 page long error code your bad programming spits out? DuckDuckGoogle adds a simple button to DuckDuckGo to search in Google on the fly. Don't worry, we won't tell anyone.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fpnifenmokdnegahekoobkoinidabcoi |
Oficjalny URL | https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi |
Opis | Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term. |
Rozmiar pliku | 12.82 KB |
Liczba instalacji | 1,222 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-03-07 |
Data Publikacji | 2021-03-05 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | http://clintonmedbery.dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duck Duck Google", "version": "1.0.1", "description": "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.", "content_scripts": [ { "matches": [ "https:\/\/*.duckduckgo.com\/*" ], "run_at": "document_start", "js": [ "duckDuckGoogle.js" ], "css": [ "duck-duck.styles.css" ] } ], "icons": { "16": "images\/duckduckgoogle_16.png", "48": "images\/duckduckgoogle_48.png", "128": "images\/duckduckgoogle_128.png" }, "manifest_version": 2 } |