DuckDuckGo Search - Context Menu and Omnibox
Search DuckDuckGo using the context menu option and omnibox.
Vad är DuckDuckGo Search - Context Menu and Omnibox?
DuckDuckGo Search - Context Menu and Omnibox är en Chrome-tillägg utvecklad av https://browsernative.com, och dess huvudfunktion är "Search DuckDuckGo using the context menu option and omnibox.".
Tilläggsskärmbilder
Ladda ner DuckDuckGo Search - Context Menu and Omnibox-förlängningens CRX-fil
Ladda ner DuckDuckGo Search - Context Menu and Omnibox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fepjgbgflmnaieiodmkkclhjfihdhoid |
| Officiell webbadress | https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid |
| Beskrivning | Search DuckDuckGo using the context menu option and omnibox. |
| Filstorlek | 6.9 KB |
| Antal Installationer | 1,359 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2019-10-12 |
| Publiceringsdatum | 2019-10-12 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | https://browsernative.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://browsernative.com/duckduckgo-chrome-extension/ |
| Hjälpsida URL | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL till Sekretesspolicy Sidan | https://browsernative.com/extensions-privacy-policy |
| Stödda Språk | 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\/"
} | |