Custom Bang Search
Use custom DuckDuckGo-like bangs directly from the address bar
Cos'è Custom Bang Search?
Custom Bang Search è un'estensione di Chrome sviluppata da psidex, e la sua funzione principale è "Use custom DuckDuckGo-like bangs directly from the address bar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Bang Search
Scarica i file di estensione Custom Bang Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Custom Bang Search |
ID | oobpkmpnffeacpnfbbepbdlhbfdejhpg |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-bang-search/oobpkmpnffeacpnfbbepbdlhbfdejhpg |
Descrizione | Use custom DuckDuckGo-like bangs directly from the address bar |
Dimensione del File | 376 KB |
Conteggio Installazioni | 194 |
Versione Corrente | 0.10.6 |
Ultimo Aggiornamento | 2024-03-02 |
Data di Pubblicazione | 2021-10-17 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | psidex |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/psidex/CustomBangSearch |
URL della Pagina di Aiuto | https://github.com/psidex/CustomBangSearch |
Lingue Supportate | 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" } } |