BangDD: DuckDuckGo Bang Buttons
Adds a google bang in the duckduckgo search as a button
What is BangDD: DuckDuckGo Bang Buttons?
BangDD: DuckDuckGo Bang Buttons is a Chrome extension developed by Shubham Chaudhary, and its main feature is "Adds a google bang in the duckduckgo search as a button".
Extension Screenshots
Download BangDD: DuckDuckGo Bang Buttons Extension CRX File
Download BangDD: DuckDuckGo Bang Buttons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | BangDD: DuckDuckGo Bang Buttons |
ID | fabaimpklfkedhgiaciiggiihfmmeaio |
Official URL | https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio |
Description | Adds a google bang in the duckduckgo search as a button |
File Size | 28.41 KB |
Installation Count | 963 |
Current Version | 0.1.1 |
Last Updated | 2019-05-20 |
Publish Date | 2019-05-20 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Shubham Chaudhary |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ylogx/BangDD |
Help Page URL | https://github.com/ylogx/BangDD |
Supported Languages | 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" ] } ] } |