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.
擴展基本資訊
名稱 | DuckDuckSometimes |
ID | khbjelepmeiljelecnngalpigkjaoaga |
官方網址 | 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" } |