Start With Google

Redirects searches from windows 10 start to google

Was ist Start With Google?

Start With Google ist eine Chrome-Erweiterung, die von Start With entwickelt wurde, und ihr Hauptmerkmal ist "Redirects searches from windows 10 start to google".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Start With Google-Erweiterungs-CRX-Datei herunterladen

Laden Sie Start With Google-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 

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

Grundlegende Informationen zur Erweiterung

Name Start With Google Start With Google
ID fhffmbphjpjfdpafjpopfihkgnglgpno
Offizielle URL https://chromewebstore.google.com/detail/start-with-google/fhffmbphjpjfdpafjpopfihkgnglgpno
Beschreibung Redirects searches from windows 10 start to google
Dateigröße 27.17 KB
Installationsanzahl 176
Aktuelle Version 0.0.5
Letztes Update 2015-08-13
Veröffentlichungsdatum 2015-08-12
Bewertung 3.17/5 Insgesamt 6 Bewertungen
Entwickler Start With
Zahlungsart free
Erweiterungswebsite https://github.com/varunachar/StartWith
Hilfeseite URL https://github.com/varunachar/StartWith/issues
Unterstützte Sprachen 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"
}