BangDD: DuckDuckGo Bang Buttons

Adds a google bang in the duckduckgo search as a button

BangDD: DuckDuckGo Bang Buttons क्या है?

BangDD: DuckDuckGo Bang Buttons Shubham Chaudhary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a google bang in the duckduckgo search as a button"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BangDD: DuckDuckGo Bang Buttons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम BangDD: DuckDuckGo Bang Buttons BangDD: DuckDuckGo Bang Buttons
ID fabaimpklfkedhgiaciiggiihfmmeaio
आधिकारिक URL https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio
विवरण Adds a google bang in the duckduckgo search as a button
फ़ाइल का आकार 28.41 KB
स्थापना संख्या 963
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2019-05-20
प्रकाशन तिथि 2019-05-20
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Shubham Chaudhary
ईमेल addons@ylogx.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ylogx/BangDD
सहायता पृष्ठ URL https://github.com/ylogx/BangDD
समर्थित भाषाएँ 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"
            ]
        }
    ]
}