BangDD: DuckDuckGo Bang Buttons

Adds a google bang in the duckduckgo search as a button

Hvad er BangDD: DuckDuckGo Bang Buttons?

BangDD: DuckDuckGo Bang Buttons er en Chrome-udvidelse udviklet af Shubham Chaudhary, og dens hovedfunktion er "Adds a google bang in the duckduckgo search as a button".

Udvidelsesskærmbilleder

screenshot

Download BangDD: DuckDuckGo Bang Buttons-udvidelses-CRX-fil

Download BangDD: DuckDuckGo Bang Buttons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn BangDD: DuckDuckGo Bang Buttons BangDD: DuckDuckGo Bang Buttons
ID fabaimpklfkedhgiaciiggiihfmmeaio
Officiel URL https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio
Beskrivelse Adds a google bang in the duckduckgo search as a button
Filstørrelse 28.41 KB
Antal Installationer 963
Nuværende Version 0.1.1
Senest Opdateret 2019-05-20
Udgivelsesdato 2019-05-20
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Shubham Chaudhary
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ylogx/BangDD
Hjælpeside-URL https://github.com/ylogx/BangDD
Understøttede Sprog 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"
            ]
        }
    ]
}