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.
Apa itu Duck Duck Google?
Duck Duck Google adalah ekstensi Chrome yang dikembangkan oleh http://clintonmedbery.dev, dan fitur utamanya adalah "Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Duck Duck Google
Unduh file ekstensi Duck Duck Google dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fpnifenmokdnegahekoobkoinidabcoi |
URL Resmi | https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi |
Deskripsi | Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term. |
Ukuran File | 12.82 KB |
Jumlah Instalasi | 1,222 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-03-07 |
Tanggal Publikasi | 2021-03-05 |
Penilaian | 4.00/5 Total 5 Penilaian |
Pengembang | http://clintonmedbery.dev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |