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 je Duck Duck Google?
Duck Duck Google je rozšíření Chrome vyvinuté http://clintonmedbery.dev, a jeho hlavní funkcí je „Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Duck Duck Google
Stáhněte si soubory rozšíření Duck Duck Google ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fpnifenmokdnegahekoobkoinidabcoi |
Oficiální URL | https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi |
Popis | Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term. |
Velikost souboru | 12.82 KB |
Počet instalací | 1,222 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2021-03-07 |
Datum Vydání | 2021-03-05 |
Hodnocení | 4.00/5 Celkem 5 Hodnocení |
Vývojář | http://clintonmedbery.dev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |