Start With Google

Redirects searches from windows 10 start to google

Cos'è Start With Google?

Start With Google è un'estensione di Chrome sviluppata da Start With, e la sua funzione principale è "Redirects searches from windows 10 start to google".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Start With Google

Scarica i file di estensione Start With Google 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

                        No longer struggle with Bing results while using the Windows 10 Start bar search functionality!

This super lightweight, super fast chrome extension automatically redirects all searches originating from the start bar to Google!

Instructions:

Set your default browser to Chrome (Watch the Video on the left - by Google)
Simply start searching directly from within start menu
Press Enter!

Disclaimer: I do not work for either Google or Microsoft (Both are equally awesome)

***************************************************************************

This is an open source extension. Please feel free to contribute towards its development by forking the project from https://github.com/varunachar/StartWith 

****************************************************************************                    

Informazioni di Base sull'Estensione

Nome Start With Google Start With Google
ID fhffmbphjpjfdpafjpopfihkgnglgpno
URL Ufficiale https://chromewebstore.google.com/detail/start-with-google/fhffmbphjpjfdpafjpopfihkgnglgpno
Descrizione Redirects searches from windows 10 start to google
Dimensione del File 27.17 KB
Conteggio Installazioni 176
Versione Corrente 0.0.5
Ultimo Aggiornamento 2015-08-13
Data di Pubblicazione 2015-08-12
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore Start With
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/varunachar/StartWith
URL della Pagina di Aiuto https://github.com/varunachar/StartWith/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/StartWith-16.png",
        "128": "images\/StartWith-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/StartWith-19.png",
            "38": "images\/StartWith-38.png"
        },
        "default_title": "Start With!"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html"
}