DuckDuckGo Search - Context Menu and Omnibox

Search DuckDuckGo using the context menu option and omnibox.

O que é DuckDuckGo Search - Context Menu and Omnibox?

DuckDuckGo Search - Context Menu and Omnibox é uma extensão do Chrome desenvolvida por https://browsernative.com, e sua principal característica é "Search DuckDuckGo using the context menu option and omnibox.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DuckDuckGo Search - Context Menu and Omnibox

Baixe arquivos de extensão DuckDuckGo Search - Context Menu and Omnibox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DuckDuckGo Search - Context Menu and Omnibox DuckDuckGo Search - Context Menu and Omnibox
ID fepjgbgflmnaieiodmkkclhjfihdhoid
URL Oficial https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid
Descrição Search DuckDuckGo using the context menu option and omnibox.
Tamanho do Arquivo 6.9 KB
Contagem de Instalações 1,359
Versão Atual 0.0.2
Última Atualização 2019-10-12
Data de Publicação 2019-10-12
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://browsernative.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://browsernative.com/duckduckgo-chrome-extension/
URL da Página de Ajuda https://browsernative.com/duckduckgo-chrome-extension/
URL da Página de Política de Privacidade https://browsernative.com/extensions-privacy-policy
Idiomas Suportados 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\/"
}