DuckDuckGo to Google

Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g

DuckDuckGo to Google क्या है?

DuckDuckGo to Google https://browsernative.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g"।

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

screenshot
screenshot

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

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

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

                        Use extension's toolbar button or the keyboard shortcut (Shift + g) while searching on DuckDuckGo. It would load the Google search result page for the same query.

Visit homepage for more: https://browsernative.com/duckduckgo-to-google-search/

Extension by BrowserNative. Not created by or affiliated with DuckDuckGo or Google.                    

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

नाम DuckDuckGo to Google DuckDuckGo to Google
ID ifbidhibhedohacondenjgoahnoidblm
आधिकारिक URL https://chromewebstore.google.com/detail/duckduckgo-to-google/ifbidhibhedohacondenjgoahnoidblm
विवरण Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g
फ़ाइल का आकार 21.38 KB
स्थापना संख्या 155
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-05-04
प्रकाशन तिथि 2022-05-04
डेवलपर https://browsernative.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browsernative.com/duckduckgo-to-google-search/
सहायता पृष्ठ URL https://browsernative.com/duckduckgo-to-google-search/
गोपनीयता नीति पृष्ठ URL https://browsernative.com/extensions-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuckDuckGo to Google",
    "description": "Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/www.duckduckgo.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "DDG to Google"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "scripting",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/duckduckgo.com\/*",
        "*:\/\/www.duckduckgo.com\/*"
    ],
    "homepage_url": "https:\/\/browsernative.com\/duckduckgo-to-google-search\/"
}