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”。
擴展截圖
下載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 |
ID | fhffmbphjpjfdpafjpopfihkgnglgpno |
官方網址 | 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" } |