Start With Google
Redirects searches from windows 10 start to google
O que é Start With Google?
Start With Google é uma extensão do Chrome desenvolvida por Start With, e sua principal característica é "Redirects searches from windows 10 start to google".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Start With Google
Baixe arquivos de extensão Start With Google no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 ****************************************************************************
Informações Básicas da Extensão
Nome | Start With Google |
ID | fhffmbphjpjfdpafjpopfihkgnglgpno |
URL Oficial | https://chromewebstore.google.com/detail/start-with-google/fhffmbphjpjfdpafjpopfihkgnglgpno |
Descrição | Redirects searches from windows 10 start to google |
Tamanho do Arquivo | 27.17 KB |
Contagem de Instalações | 176 |
Versão Atual | 0.0.5 |
Última Atualização | 2015-08-13 |
Data de Publicação | 2015-08-12 |
Classificação | 3.17/5 Total de 6 Avaliações |
Desenvolvedor | Start With |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/varunachar/StartWith |
URL da Página de Ajuda | https://github.com/varunachar/StartWith/issues |
Idiomas Suportados | 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" } |