Start With Google

Redirects searches from windows 10 start to google

Start With Google क्या है?

Start With Google Start With द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects searches from windows 10 start to google"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Start With Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 

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

एक्सटेंशन की मूल जानकारी

नाम Start With Google Start With Google
ID fhffmbphjpjfdpafjpopfihkgnglgpno
आधिकारिक URL https://chromewebstore.google.com/detail/start-with-google/fhffmbphjpjfdpafjpopfihkgnglgpno
विवरण Redirects searches from windows 10 start to google
फ़ाइल का आकार 27.17 KB
स्थापना संख्या 176
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2015-08-13
प्रकाशन तिथि 2015-08-12
रेटिंग 3.17/5 कुल 6 रेटिंग्स
डेवलपर Start With
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/varunachar/StartWith
सहायता पृष्ठ URL https://github.com/varunachar/StartWith/issues
समर्थित भाषाएँ 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"
}