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.

Cos'è Search with Google Instead?

Search with Google Instead è un'estensione di Chrome sviluppata da Alessandro Muraro, e la sua funzione principale è "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Search with Google Instead

Scarica i file di estensione Search with Google Instead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
URL Ufficiale https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
Descrizione You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
Dimensione del File 16.67 KB
Conteggio Installazioni 44
Versione Corrente 1.01
Ultimo Aggiornamento 2018-08-07
Data di Pubblicazione 2018-08-07
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Alessandro Muraro
Tipo di Pagamento free
Sito Web dell'Estensione https://alexmuraro.me
Lingue Supportate 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"
            ]
        }
    ]
}