Start With Google

Redirects searches from windows 10 start to google

What is Start With Google?

Start With Google is a Chrome extension developed by Start With, and its main feature is "Redirects searches from windows 10 start to google".

Extension Screenshots

screenshot
screenshot
screenshot

Download Start With Google Extension CRX File

Download Start With Google 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

                        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 

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

Extension Basic Information

Name Start With Google Start With Google
ID fhffmbphjpjfdpafjpopfihkgnglgpno
Official URL https://chromewebstore.google.com/detail/start-with-google/fhffmbphjpjfdpafjpopfihkgnglgpno
Description Redirects searches from windows 10 start to google
File Size 27.17 KB
Installation Count 176
Current Version 0.0.5
Last Updated 2015-08-13
Publish Date 2015-08-12
Rating 3.17/5 Total 6 Ratings
Developer Start With
Payment Type free
Extension Website https://github.com/varunachar/StartWith
Help Page URL https://github.com/varunachar/StartWith/issues
Supported Languages 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"
}