DuckDuckGo: Search on Google
Adds a link for searching the same query on other search engines.
What is DuckDuckGo: Search on Google?
DuckDuckGo: Search on Google is a Chrome extension developed by Georgios Giannoutsos Barkas, and its main feature is "Adds a link for searching the same query on other search engines.".
Extension Screenshots
Download DuckDuckGo: Search on Google Extension CRX File
Download DuckDuckGo: Search on Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | hpmhcekjflgjeddmkbbcfkjdggdheiff |
Official URL | https://chrome.google.com/webstore/detail/duckduckgo-search-on-goog/hpmhcekjflgjeddmkbbcfkjdggdheiff |
Description | Adds a link for searching the same query on other search engines. |
File Size | 27.25 KB |
Installation Count | 40,000 |
Current Version | 0.0.1 |
Last Updated | 2021-05-31 |
Publish Date | 2019-08-16 |
Rating | 4.82/5 Total 34 Ratings |
Developer | Georgios Giannoutsos Barkas |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://nuc.gr/privacy-policy-chrome-extension.html |
Supported Languages | 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\/*" ] } ] } |