BangDD: DuckDuckGo Bang Buttons
Adds a google bang in the duckduckgo search as a button
Cos'è BangDD: DuckDuckGo Bang Buttons?
BangDD: DuckDuckGo Bang Buttons è un'estensione di Chrome sviluppata da Shubham Chaudhary, e la sua funzione principale è "Adds a google bang in the duckduckgo search as a button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BangDD: DuckDuckGo Bang Buttons
Scarica i file di estensione BangDD: DuckDuckGo Bang Buttons 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
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/
Informazioni di Base sull'Estensione
Nome | BangDD: DuckDuckGo Bang Buttons |
ID | fabaimpklfkedhgiaciiggiihfmmeaio |
URL Ufficiale | https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio |
Descrizione | Adds a google bang in the duckduckgo search as a button |
Dimensione del File | 28.41 KB |
Conteggio Installazioni | 963 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2019-05-20 |
Data di Pubblicazione | 2019-05-20 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Shubham Chaudhary |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ylogx/BangDD |
URL della Pagina di Aiuto | https://github.com/ylogx/BangDD |
Lingue Supportate | 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" ] } ] } |