Start With Google
Redirects searches from windows 10 start to google
ما هو Start With Google؟
Start With Google هو إضافة Chrome تم تطويرها بواسطة Start With، والميزة الرئيسية لها هي "Redirects searches from windows 10 start to google".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Start With Google
قم بتنزيل ملفات الامتداد Start With Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |