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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}