Start With Google
Redirects searches from windows 10 start to google
¿Qué es Start With Google?
Start With Google es una extensión de Chrome desarrollada por Start With, y su función principal es "Redirects searches from windows 10 start to google".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Start With Google
Descarga archivos de extensión Start With Google en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 ****************************************************************************
Información Básica de la Extensión
Nombre | Start With Google |
ID | fhffmbphjpjfdpafjpopfihkgnglgpno |
URL Oficial | https://chromewebstore.google.com/detail/start-with-google/fhffmbphjpjfdpafjpopfihkgnglgpno |
Descripción | Redirects searches from windows 10 start to google |
Tamaño del Archivo | 27.17 KB |
Cantidad de Instalaciones | 176 |
Versión Actual | 0.0.5 |
Última Actualización | 2015-08-13 |
Fecha de Publicación | 2015-08-12 |
Calificación | 3.17/5 Total de 6 Calificaciones |
Desarrollador | Start With |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/varunachar/StartWith |
URL de la Página de Ayuda | https://github.com/varunachar/StartWith/issues |
Idiomas Soportados | 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" } |