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.
什麼是Duck Duck Google?
Duck Duck Google是由http://clintonmedbery.dev開發的Chrome擴展程式,該擴展的主要功能是“Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term.”。
擴展截圖
下載Duck Duck Google擴展crx文件
下載Duck Duck Google擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | fpnifenmokdnegahekoobkoinidabcoi |
官方網址 | https://chrome.google.com/webstore/detail/duck-duck-google/fpnifenmokdnegahekoobkoinidabcoi |
簡介 | Sometimes Duck Duck Go isn't perfect, here is a bailout that adds a simple button to duck duck go to google your term. |
檔案大小 | 12.82 KB |
安裝次數 | 1,222 |
目前版本 | 1.0.1 |
更新時間 | 2021-03-07 |
上架時間 | 2021-03-05 |
評分 | 4.00/5 共 5 次評分 |
開發者 | http://clintonmedbery.dev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |