Search with Google Instead

You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.

What is Search with Google Instead?

Search with Google Instead is a Chrome extension developed by Alessandro Muraro, and its main feature is "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.".

Extension Screenshots

screenshot
screenshot

Download Search with Google Instead Extension CRX File

Download Search with Google Instead 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 extension adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.                    

Extension Basic Information

Name Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
Official URL https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
Description You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
File Size 16.67 KB
Installation Count 44
Current Version 1.01
Last Updated 2018-08-07
Publish Date 2018-08-07
Rating 4.00/5 Total 3 Ratings
Developer Alessandro Muraro
Payment Type free
Extension Website https://alexmuraro.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search with Google Instead",
    "short_name": "Google Instead",
    "version": "1.01",
    "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.",
    "author": "Alessandro Muraro",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/?*",
                "https:\/\/www.bing.com\/search?*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}