ZenSearch
ZenSearch - Search the web, and get your results fast
ما هو ZenSearch؟
ZenSearch هو إضافة Chrome تم تطويرها بواسطة https://zensearch.online، والميزة الرئيسية لها هي "ZenSearch - Search the web, and get your results fast".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZenSearch
قم بتنزيل ملفات الامتداد ZenSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites.
For more information please visit: https://zensearch.online
Please leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy.
The extension will update your new-tab search engine to be powered by Bing. معلومات أساسية عن التمديد
| الاسم | |
| ID | ccclcgoicfgcjdlojiamokegmckobaif |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif |
| الوصف | ZenSearch - Search the web, and get your results fast |
| حجم الملف | 520 KB |
| عدد التثبيتات | 10,000 |
| النسخة الحالية | 1.1.1 |
| آخر تحديث | 2022-09-07 |
| تاريخ النشر | 2021-06-15 |
| تقييم | 4.85/5 مجموع تقييمات 13 |
| المطور | https://zensearch.online |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://zensearch.online |
| عنوان صفحة سياسة الخصوصية | https://zensearch.online/web/privacy_policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "ZenSearch",
"name": "ZenSearch",
"short_name": "zensearch",
"version": "1.1.1",
"manifest_version": 3,
"description": "ZenSearch - Search the web, and get your results fast",
"homepage_url": "https:\/\/zensearch.online",
"omnibox": {
"keyword": "ze"
},
"action": {
"default_icon": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png"
}
},
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"topSites",
"storage"
]
} | |