DuckDuckGo Search - Context Menu and Omnibox

Search DuckDuckGo using the context menu option and omnibox.

What is DuckDuckGo Search - Context Menu and Omnibox?

DuckDuckGo Search - Context Menu and Omnibox is a Chrome extension developed by https://browsernative.com, and its main feature is "Search DuckDuckGo using the context menu option and omnibox.".

Extension Screenshots

screenshot

Download DuckDuckGo Search - Context Menu and Omnibox Extension CRX File

Download DuckDuckGo Search - Context Menu and Omnibox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DuckDuckGo Search - Context Menu and Omnibox DuckDuckGo Search - Context Menu and Omnibox
ID fepjgbgflmnaieiodmkkclhjfihdhoid
Official URL https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid
Description Search DuckDuckGo using the context menu option and omnibox.
File Size 6.9 KB
Installation Count 1,359
Current Version 0.0.2
Last Updated 2019-10-12
Publish Date 2019-10-12
Rating 4.00/5 Total 4 Ratings
Developer https://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/duckduckgo-chrome-extension/
Help Page URL https://browsernative.com/duckduckgo-chrome-extension/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages 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\/"
}