Start With Google

Redirects searches from windows 10 start to google

Start With Googleとは何ですか?

Start With GoogleはStart Withによって開発されたChromeの拡張機能で、その主な機能は「Redirects searches from windows 10 start to google」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Start With Google拡張機能のCRXファイルをダウンロード

Start With Google拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}