SwiftSearch
SwiftSearch - Search the web swiftly from your browser
ما هو SwiftSearch؟
SwiftSearch هو إضافة Chrome تم تطويرها بواسطة https://swiftsearch.live، والميزة الرئيسية لها هي "SwiftSearch - Search the web swiftly from your browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SwiftSearch
قم بتنزيل ملفات الامتداد SwiftSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SwiftSearch - Light and minimal new tab / omnibar that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites.
For more information please visit: https://www.swiftsearch.live
Please leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the SwiftSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.swiftsearch.live/web/terms_of_use and privacy policy at https://www.swiftsearch.live/web/privacy_policy.
The extension will update your new-tab search and will change your search engine to be powered by Bing. معلومات أساسية عن التمديد
| الاسم | |
| ID | jhjnpfmmdicimpofgmpehpgphlhamano |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano |
| الوصف | SwiftSearch - Search the web swiftly from your browser |
| حجم الملف | 560 KB |
| عدد التثبيتات | 12,623 |
| النسخة الحالية | 2 |
| آخر تحديث | 2022-09-08 |
| تاريخ النشر | 2021-01-19 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | https://swiftsearch.live |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.swiftsearch.live |
| عنوان صفحة سياسة الخصوصية | https://www.swiftsearch.live/web/privacy_policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SwiftSearch",
"version": "2",
"manifest_version": 3,
"description": "SwiftSearch - Search the web swiftly from your browser",
"homepage_url": "https:\/\/www.swiftsearch.live",
"omnibox": {
"keyword": "sw"
},
"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",
"128": "img\/128.png"
},
"background": {
"service_worker": "background\/runtime.js"
},
"chrome_url_overrides": {
"newtab": "static\/html\/override.html"
},
"permissions": [
"topSites",
"storage"
],
"short_name": "swiftsearch"
} | |