DuckDuckGo Search - Context Menu and Omnibox
Search DuckDuckGo using the context menu option and omnibox.
Cos'è DuckDuckGo Search - Context Menu and Omnibox?
DuckDuckGo Search - Context Menu and Omnibox è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Search DuckDuckGo using the context menu option and omnibox.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DuckDuckGo Search - Context Menu and Omnibox
Scarica i file di estensione DuckDuckGo Search - Context Menu and Omnibox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fepjgbgflmnaieiodmkkclhjfihdhoid |
| URL Ufficiale | https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid |
| Descrizione | Search DuckDuckGo using the context menu option and omnibox. |
| Dimensione del File | 6.9 KB |
| Conteggio Installazioni | 1,359 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2019-10-12 |
| Data di Pubblicazione | 2019-10-12 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://browsernative.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL della Pagina di Aiuto | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
| Lingue Supportate | 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\/"
} | |