DuckDuckGo Search - Context Menu and Omnibox
Search DuckDuckGo using the context menu option and omnibox.
¿Qué es DuckDuckGo Search - Context Menu and Omnibox?
DuckDuckGo Search - Context Menu and Omnibox es una extensión de Chrome desarrollada por https://browsernative.com, y su función principal es "Search DuckDuckGo using the context menu option and omnibox.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DuckDuckGo Search - Context Menu and Omnibox
Descarga archivos de extensión DuckDuckGo Search - Context Menu and Omnibox en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | fepjgbgflmnaieiodmkkclhjfihdhoid |
| URL Oficial | https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid |
| Descripción | Search DuckDuckGo using the context menu option and omnibox. |
| Tamaño del Archivo | 6.9 KB |
| Cantidad de Instalaciones | 1,359 |
| Versión Actual | 0.0.2 |
| Última Actualización | 2019-10-12 |
| Fecha de Publicación | 2019-10-12 |
| Calificación | 4.00/5 Total de 4 Calificaciones |
| Desarrollador | https://browsernative.com |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL de la Página de Ayuda | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL de la Página de Política de Privacidad | https://browsernative.com/extensions-privacy-policy |
| Idiomas Soportados | 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\/"
} | |