Search With DuckDuckGo
Keep your search private and secure.
什麼是Search With DuckDuckGo?
Search With DuckDuckGo是由Frost開發的Chrome擴展程式,該擴展的主要功能是“Keep your search private and secure.”。
擴展截圖
下載Search With DuckDuckGo擴展crx文件
下載Search With DuckDuckGo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple chrome extension that makes it faster to search text using the DuckDuckGo search engine. I built this extension because it's time consuming to open a new tab, go to duckduckgo.com and then type or paste the text I'm searching. That's why I built this extension, to save time. How to use: Select any text and then right-click on the selection. You'll see the "Search with DuckDuckGo" option in the context menu, which when clicked, opens DuckDuckGo search results in a new tab. Why to use: DuckDuckGo claims they don't track users search. Give it a try now and see the advantages for yourself.
擴展基本資訊
名稱 | Search With DuckDuckGo |
ID | amkahembcklobdkoaaepgfpmdnobmdkh |
官方網址 | https://chromewebstore.google.com/detail/search-with-duckduckgo/amkahembcklobdkoaaepgfpmdnobmdkh |
簡介 | Keep your search private and secure. |
檔案大小 | 34.7 KB |
安裝次數 | 3,136 |
目前版本 | 1.0.1 |
更新時間 | 2022-03-22 |
上架時間 | 2020-11-05 |
評分 | 2.75/5 共 4 次評分 |
開發者 | Frost |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search With DuckDuckGo", "description": "Keep your search private and secure.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": ".\/16x16.png", "32": ".\/32x32.png", "48": ".\/48x48.png", "128": ".\/128x128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": ".\/popup.html", "default_icons": { "16": ".\/16x16.png", "32": ".\/32x32.png", "48": ".\/48x48.png", "128": ".\/128x128.png" } }, "permissions": [ "contextMenus" ] } |