BangDD: DuckDuckGo Bang Buttons

Adds a google bang in the duckduckgo search as a button

Vad är BangDD: DuckDuckGo Bang Buttons?

BangDD: DuckDuckGo Bang Buttons är en Chrome-tillägg utvecklad av Shubham Chaudhary, och dess huvudfunktion är "Adds a google bang in the duckduckgo search as a button".

Tilläggsskärmbilder

screenshot

Ladda ner BangDD: DuckDuckGo Bang Buttons-förlängningens CRX-fil

Ladda ner BangDD: DuckDuckGo Bang Buttons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn BangDD: DuckDuckGo Bang Buttons BangDD: DuckDuckGo Bang Buttons
ID fabaimpklfkedhgiaciiggiihfmmeaio
Officiell webbadress https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio
Beskrivning Adds a google bang in the duckduckgo search as a button
Filstorlek 28.41 KB
Antal Installationer 963
Aktuell Version 0.1.1
Senast Uppdaterad 2019-05-20
Publiceringsdatum 2019-05-20
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Shubham Chaudhary
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ylogx/BangDD
Hjälpsida URL https://github.com/ylogx/BangDD
Stödda Språk 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"
            ]
        }
    ]
}