Search With DuckDuckGo

Keep your search private and secure.

Search With DuckDuckGo क्या है?

Search With DuckDuckGo Frost द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your search private and secure."।

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

screenshot
screenshot
screenshot

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

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

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

                        A simple chrome extension that makes it faster to search text using the DuckDuckGo search engine.

I built this extension because it's time consuming to open a new tab, go to duckduckgo.com and then type or paste the text I'm searching. That's why I built this extension, to save time.

How to use:
Select any text and then right-click on the selection. You'll see the "Search with DuckDuckGo" option in the context menu, which when clicked, opens DuckDuckGo search results in a new tab.

Why to use:
DuckDuckGo claims they don't track users search.

Give it a try now and see the advantages for yourself.                    

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

नाम Search With DuckDuckGo Search With DuckDuckGo
ID amkahembcklobdkoaaepgfpmdnobmdkh
आधिकारिक URL https://chromewebstore.google.com/detail/search-with-duckduckgo/amkahembcklobdkoaaepgfpmdnobmdkh
विवरण Keep your search private and secure.
फ़ाइल का आकार 34.7 KB
स्थापना संख्या 3,136
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-03-22
प्रकाशन तिथि 2020-11-05
रेटिंग 2.75/5 कुल 4 रेटिंग्स
डेवलपर Frost
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search With DuckDuckGo",
    "description": "Keep your search private and secure.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16x16.png",
        "32": ".\/32x32.png",
        "48": ".\/48x48.png",
        "128": ".\/128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/16x16.png",
            "32": ".\/32x32.png",
            "48": ".\/48x48.png",
            "128": ".\/128x128.png"
        }
    },
    "permissions": [
        "contextMenus"
    ]
}