DuckDuckSometimes
Redirect some of your Google searches to DuckDuckGo
什么是DuckDuckSometimes?
DuckDuckSometimes是由alexander.sideris.west开发的Chrome扩展程序,该扩展的主要功能是“Redirect some of your Google searches to DuckDuckGo”。
扩展截图
下载DuckDuckSometimes扩展crx文件
下载DuckDuckSometimes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quitting Google search doesn't have to be cold turkey. You can contribute to a healthier web by sometimes searching on another search engine like DuckDuckGo.
This extension redirects a percentage of your google searches to DuckDuckGo. 扩展基本信息
| 名称 | |
| ID | khbjelepmeiljelecnngalpigkjaoaga |
| 官方URL | https://chromewebstore.google.com/detail/duckducksometimes/khbjelepmeiljelecnngalpigkjaoaga |
| 简介 | Redirect some of your Google searches to DuckDuckGo |
| 文件大小 | 65.43 KB |
| 安装次数 | 127 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-09-03 |
| 上架时间 | 2019-09-03 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | alexander.sideris.west |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js",
"jquery-3.3.1.min.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*.google.com\/*"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "images\/private.png",
"default_title": "DuckDuckSometimes",
"default_popup": "popup.html"
},
"description": "Redirect some of your Google searches to DuckDuckGo",
"icons": {
"32": "images\/private.png",
"48": "images\/private.png",
"128": "images\/private.png"
},
"manifest_version": 2,
"name": "DuckDuckSometimes",
"short_name": "DuckDuckSometimes",
"permissions": [
"storage"
],
"version": "1.0.0"
} | |