Start With Google
Redirects searches from windows 10 start to google
Qu'est-ce que Start With Google ?
Start With Google est une extension Chrome développée par Start With, et sa fonction principale est "Redirects searches from windows 10 start to google".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Start With Google
Téléchargez les fichiers d'extension Start With Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ****************************************************************************
Informations de Base sur l'Extension
Nom | Start With Google |
ID | fhffmbphjpjfdpafjpopfihkgnglgpno |
URL Officiel | https://chromewebstore.google.com/detail/start-with-google/fhffmbphjpjfdpafjpopfihkgnglgpno |
Description | Redirects searches from windows 10 start to google |
Taille du Fichier | 27.17 KB |
Nombre d'Installations | 176 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2015-08-13 |
Date de Publication | 2015-08-12 |
Évaluation | 3.17/5 Total 6 Évaluations |
Développeur | Start With |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/varunachar/StartWith |
URL de la Page d'Aide | https://github.com/varunachar/StartWith/issues |
Langues Prises en Charge | 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" } |