Custom Bang Search
Use custom DuckDuckGo-like bangs directly from the address bar
Qu'est-ce que Custom Bang Search ?
Custom Bang Search est une extension Chrome développée par psidex, et sa fonction principale est "Use custom DuckDuckGo-like bangs directly from the address bar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Bang Search
Téléchargez les fichiers d'extension Custom Bang Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Custom Bang Search |
ID | oobpkmpnffeacpnfbbepbdlhbfdejhpg |
URL Officiel | https://chromewebstore.google.com/detail/custom-bang-search/oobpkmpnffeacpnfbbepbdlhbfdejhpg |
Description | Use custom DuckDuckGo-like bangs directly from the address bar |
Taille du Fichier | 376 KB |
Nombre d'Installations | 194 |
Version Actuelle | 0.10.6 |
Dernière Mise à Jour | 2024-03-02 |
Date de Publication | 2021-10-17 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | psidex |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/psidex/CustomBangSearch |
URL de la Page d'Aide | https://github.com/psidex/CustomBangSearch |
Langues Prises en Charge | 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" } } |