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.

Co je Search with Google Instead?

Search with Google Instead je rozšíření Chrome vyvinuté Alessandro Muraro, a jeho hlavní funkcí je „You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Search with Google Instead

Stáhněte si soubory rozšíření Search with Google Instead ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
Oficiální URL https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
Popis You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
Velikost souboru 16.67 KB
Počet instalací 44
Aktuální Verze 1.01
Poslední Aktualizace 2018-08-07
Datum Vydání 2018-08-07
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Alessandro Muraro
Typ Platby free
Webové stránky Rozšíření https://alexmuraro.me
Podporované Jazyky 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"
            ]
        }
    ]
}