DuckDuckGo to Google

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

Co je DuckDuckGo to Google?

DuckDuckGo to Google je rozšíření Chrome vyvinuté https://browsernative.com, a jeho hlavní funkcí je „Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DuckDuckGo to Google

Stáhněte si soubory rozšíření DuckDuckGo to Google ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DuckDuckGo to Google DuckDuckGo to Google
ID ifbidhibhedohacondenjgoahnoidblm
Oficiální URL https://chromewebstore.google.com/detail/duckduckgo-to-google/ifbidhibhedohacondenjgoahnoidblm
Popis Unhappy with DuckDuckGo results? Quickly search the same query on Google. Use the toolbar button or the keyboard command shift + g
Velikost souboru 21.38 KB
Počet instalací 155
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-05-04
Datum Vydání 2022-05-04
Vývojář https://browsernative.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://browsernative.com/duckduckgo-to-google-search/
URL Stránky Nápovědy https://browsernative.com/duckduckgo-to-google-search/
URL Stránky Zásad Ochrany Soukromí https://browsernative.com/extensions-privacy-policy
Podporované Jazyky 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\/"
}