Super Search
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
ما هو Super Search؟
Super Search هو إضافة Chrome تم تطويرها بواسطة vanessaholmes011، والميزة الرئيسية لها هي "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Search
قم بتنزيل ملفات الامتداد Super Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.super-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SuperSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.super-searches.com/pages/terms_of_use and privacy policy at https://www.super-searches.com/pages/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.
معلومات أساسية عن التمديد
الاسم | |
ID | fbanalpabncablnehfeofindocfgpcea |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea |
الوصف | SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to… |
حجم الملف | 640 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0.0.6 |
آخر تحديث | 2022-07-15 |
تاريخ النشر | 2022-06-16 |
المطور | vanessaholmes011 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.super-searches.com/ |
عنوان صفحة المساعدة | https://www.super-searches.com/pages/contact_us |
عنوان صفحة سياسة الخصوصية | https://www.super-searches.com/pages/privacy_policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Search", "version": "1.0.0.6", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.super-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "supersearch" } |