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 |
官方URL | 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 } |