DuckDuckGo Search - Context Menu and Omnibox

Search DuckDuckGo using the context menu option and omnibox.

Co je DuckDuckGo Search - Context Menu and Omnibox?

DuckDuckGo Search - Context Menu and Omnibox je rozšíření Chrome vyvinuté https://browsernative.com, a jeho hlavní funkcí je „Search DuckDuckGo using the context menu option and omnibox.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DuckDuckGo Search - Context Menu and Omnibox

Stáhněte si soubory rozšíření DuckDuckGo Search - Context Menu and Omnibox 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í

                        1> Highlight text and right click on it. Select the option to search that text query with DuckDuckGo search engine in a new tab.

2> Type "ddg " in the address bar (omnibox), and type your search query and hit the enter key.

Simple and light-weight extension. Doesn't require any permission. Read more on our homepage: https://browsernative.com/duckduckgo-chrome-extension/

Extension created by BrowserNative, not affiliated with DuckDuckGo.                    

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

Název DuckDuckGo Search - Context Menu and Omnibox DuckDuckGo Search - Context Menu and Omnibox
ID fepjgbgflmnaieiodmkkclhjfihdhoid
Oficiální URL https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid
Popis Search DuckDuckGo using the context menu option and omnibox.
Velikost souboru 6.9 KB
Počet instalací 1,359
Aktuální Verze 0.0.2
Poslední Aktualizace 2019-10-12
Datum Vydání 2019-10-12
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://browsernative.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://browsernative.com/duckduckgo-chrome-extension/
URL Stránky Nápovědy https://browsernative.com/duckduckgo-chrome-extension/
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 Search - Context Menu and Omnibox",
    "short_name": "DDG Search",
    "description": "Search DuckDuckGo using the context menu option and omnibox.",
    "version": "0.0.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "ddg"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/duckduckgo-chrome-extension\/"
}