BangDD: DuckDuckGo Bang Buttons
Adds a google bang in the duckduckgo search as a button
Wat is BangDD: DuckDuckGo Bang Buttons?
BangDD: DuckDuckGo Bang Buttons is een Chrome-extensie ontwikkeld door Shubham Chaudhary, en de belangrijkste functie is "Adds a google bang in the duckduckgo search as a button".
Extensie Screenshots
Download het CRX-bestand van de extensie BangDD: DuckDuckGo Bang Buttons
Download BangDD: DuckDuckGo Bang Buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | BangDD: DuckDuckGo Bang Buttons |
ID | fabaimpklfkedhgiaciiggiihfmmeaio |
Officiële URL | https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio |
Beschrijving | Adds a google bang in the duckduckgo search as a button |
Bestandsgrootte | 28.41 KB |
Aantal Installaties | 963 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2019-05-20 |
Publicatiedatum | 2019-05-20 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Shubham Chaudhary |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ylogx/BangDD |
Help Pagina-URL | https://github.com/ylogx/BangDD |
Ondersteunde Talen | 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" ] } ] } |