DuckDuckGo: Search on Google
Adds a link for searching the same query on other search engines.
什麼是DuckDuckGo: Search on Google?
DuckDuckGo: Search on Google是由Georgios Giannoutsos Barkas開發的Chrome擴展程式,該擴展的主要功能是“Adds a link for searching the same query on other search engines.”。
擴展截圖
下載DuckDuckGo: Search on Google擴展crx文件
下載DuckDuckGo: Search on Google擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is an unofficial extension. Adds a link above the results, for executing the same search on different search engines. You can select the search engine in the options page. Available search engines: - Google - Bing - Yahoo - Aol - Excite (ofc)
擴展基本資訊
名稱 | |
ID | hpmhcekjflgjeddmkbbcfkjdggdheiff |
官方網址 | https://chrome.google.com/webstore/detail/duckduckgo-search-on-goog/hpmhcekjflgjeddmkbbcfkjdggdheiff |
簡介 | Adds a link for searching the same query on other search engines. |
檔案大小 | 27.25 KB |
安裝次數 | 40,000 |
目前版本 | 0.0.1 |
更新時間 | 2021-05-31 |
上架時間 | 2019-08-16 |
評分 | 4.82/5 共 34 次評分 |
開發者 | Georgios Giannoutsos Barkas |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://nuc.gr/privacy-policy-chrome-extension.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DuckDuckGo: Search on Google", "version": "0.0.1", "manifest_version": 2, "description": "Adds a link for searching the same query on other search engines.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "*:\/\/duckduckgo.com\/*" ], "options_page": "options.html", "content_scripts": [ { "js": [ "inject.js" ], "css": [ "inject.css" ], "matches": [ "*:\/\/duckduckgo.com\/*" ] } ] } |