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