Custom Bang Search
Use custom DuckDuckGo-like bangs directly from the address bar
ما هو Custom Bang Search؟
Custom Bang Search هو إضافة Chrome تم تطويرها بواسطة psidex، والميزة الرئيسية لها هي "Use custom DuckDuckGo-like bangs directly from the address bar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Custom Bang Search
قم بتنزيل ملفات الامتداد Custom Bang Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Demo video: https://youtu.be/IXP7RVFMJk4.
See the GitHub page (https://github.com/psidex/CustomBangSearch) for more info, including how to use it and what search engines are supported.
Icon created by apien on Flaticon - https://www.flaticon.com/free-icon/exclamation-mark_4194667. معلومات أساسية عن التمديد
| الاسم | |
| ID | oobpkmpnffeacpnfbbepbdlhbfdejhpg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/custom-bang-search/oobpkmpnffeacpnfbbepbdlhbfdejhpg |
| الوصف | Use custom DuckDuckGo-like bangs directly from the address bar |
| حجم الملف | 376 KB |
| عدد التثبيتات | 194 |
| النسخة الحالية | 0.10.6 |
| آخر تحديث | 2024-03-02 |
| تاريخ النشر | 2021-10-17 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | psidex |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/psidex/CustomBangSearch |
| عنوان صفحة المساعدة | https://github.com/psidex/CustomBangSearch |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Custom Bang Search",
"version": "0.10.6",
"description": "Use custom DuckDuckGo-like bangs directly from the address bar",
"icons": {
"96": "images\/icons\/icon_96.png",
"128": "images\/icons\/icon_128.png"
},
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"*:\/\/www.google.com\/*",
"*:\/\/*.bing.com\/*",
"*:\/\/*.duckduckgo.com\/*",
"*:\/\/*.ecosia.org\/*",
"*:\/\/*.brave.com\/*",
"*:\/\/*.metager.org\/*",
"*:\/\/*.mojeek.com\/*",
"*:\/\/searx.tiekoetter.com\/*",
"*:\/\/*.startpage.com\/*",
"*:\/\/searx.be\/*",
"*:\/\/kagi.com\/*"
],
"options_ui": {
"page": "src\/optionsui\/options.html",
"open_in_tab": true
},
"action": {
"browser_style": true,
"default_icon": {
"96": "images\/icons\/icon_96.png",
"128": "images\/icons\/icon_128.png"
},
"default_title": "Custom Bang Search",
"default_popup": "src\/popup\/popup.html"
},
"background": {
"service_worker": "src\/background\/main.js"
}
} | |