Custom Bang Search
Use custom DuckDuckGo-like bangs directly from the address bar
Custom Bang Search क्या है?
Custom Bang Search psidex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use custom DuckDuckGo-like bangs directly from the address bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Bang Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | Custom Bang Search |
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 |
सहायता पृष्ठ URL | 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" } } |