DuckDuckSometimes
Redirect some of your Google searches to DuckDuckGo
DuckDuckSometimes là gì?
DuckDuckSometimes là một tiện ích mở rộng Chrome được phát triển bởi alexander.sideris.west, và tính năng chính của nó là "Redirect some of your Google searches to DuckDuckGo".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DuckDuckSometimes
Tải xuống các tệp mở rộng DuckDuckSometimes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DuckDuckSometimes |
ID | khbjelepmeiljelecnngalpigkjaoaga |
URL Chính Thức | https://chromewebstore.google.com/detail/duckducksometimes/khbjelepmeiljelecnngalpigkjaoaga |
Mô tả | Redirect some of your Google searches to DuckDuckGo |
Kích Thước Tệp | 65.43 KB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-09-03 |
Ngày Phát Hành | 2019-09-03 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | alexander.sideris.west |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |