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 |
官方URL | 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\/*" ] } ] } |