Custom Bang Search
Use custom DuckDuckGo-like bangs directly from the address bar
Was ist Custom Bang Search?
Custom Bang Search ist eine Chrome-Erweiterung, die von psidex entwickelt wurde, und ihr Hauptmerkmal ist "Use custom DuckDuckGo-like bangs directly from the address bar".
Erweiterungsscreenshots
Custom Bang Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Bang Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Custom Bang Search |
ID | oobpkmpnffeacpnfbbepbdlhbfdejhpg |
Offizielle URL | https://chromewebstore.google.com/detail/custom-bang-search/oobpkmpnffeacpnfbbepbdlhbfdejhpg |
Beschreibung | Use custom DuckDuckGo-like bangs directly from the address bar |
Dateigröße | 376 KB |
Installationsanzahl | 194 |
Aktuelle Version | 0.10.6 |
Letztes Update | 2024-03-02 |
Veröffentlichungsdatum | 2021-10-17 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | psidex |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/psidex/CustomBangSearch |
Hilfeseite URL | https://github.com/psidex/CustomBangSearch |
Unterstützte Sprachen | 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" } } |