BangDD: DuckDuckGo Bang Buttons
Adds a google bang in the duckduckgo search as a button
Was ist BangDD: DuckDuckGo Bang Buttons?
BangDD: DuckDuckGo Bang Buttons ist eine Chrome-Erweiterung, die von Shubham Chaudhary entwickelt wurde, und ihr Hauptmerkmal ist "Adds a google bang in the duckduckgo search as a button".
Erweiterungsscreenshots
BangDD: DuckDuckGo Bang Buttons-Erweiterungs-CRX-Datei herunterladen
Laden Sie BangDD: DuckDuckGo Bang Buttons-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
This extension adds a button in duckduckgo search page to take you to google Where else can I find it This is open source and is available for both Mozilla Firefox and Google Chrome. https://addons.mozilla.org/en-US/firefox/addon/bangdd-duckduckgo-bang-buttons/
Grundlegende Informationen zur Erweiterung
Name | BangDD: DuckDuckGo Bang Buttons |
ID | fabaimpklfkedhgiaciiggiihfmmeaio |
Offizielle URL | https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio |
Beschreibung | Adds a google bang in the duckduckgo search as a button |
Dateigröße | 28.41 KB |
Installationsanzahl | 963 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2019-05-20 |
Veröffentlichungsdatum | 2019-05-20 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Shubham Chaudhary |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ylogx/BangDD |
Hilfeseite URL | https://github.com/ylogx/BangDD |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds a google bang in the duckduckgo search as a button", "manifest_version": 2, "name": "BangDD: DuckDuckGo Bang Buttons", "version": "0.1.1", "homepage_url": "https:\/\/github.com\/ylogx\/BangDD", "icons": { "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.duckduckgo.com\/*" ], "js": [ "bangdd.js" ] } ] } |