Add google search option to duckduckgo
Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!
What is Add google search option to duckduckgo?
Add google search option to duckduckgo is a Chrome extension developed by JFCCoding, and its main feature is "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!".
Extension Screenshots
Download Add google search option to duckduckgo Extension CRX File
Download Add google search option to duckduckgo 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
Hate when your using different search engines and you want to check a different one like google for different results? Well I added a button under the search bar that will do just this! It will open a new window with search what you were looking for into google! Search Engines currently supported: DuckDuckGo Microsoft Bing
Extension Basic Information
Name | Add google search option to duckduckgo |
ID | oopkohppehamfoconkdjlhamenlijmkb |
Official URL | https://chromewebstore.google.com/detail/add-google-search-option/oopkohppehamfoconkdjlhamenlijmkb |
Description | Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button! |
File Size | 22.88 KB |
Installation Count | 49 |
Current Version | 1.1 |
Last Updated | 2024-01-25 |
Publish Date | 2020-10-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | JFCCoding |
[email protected] | |
Payment Type | free |
Extension Website | https://jfc-hosting.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add google search option to duckduckgo", "version": "1.1", "manifest_version": 2, "description": "Hate when you can't find what your looking for on duckduckgo? Why not look at google with a simple press of the button!", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/duckduckgo.com\/?q=*", "https:\/\/www.bing.com\/search?q=*" ] } ] } |