DuckDuckGo Search - Context Menu and Omnibox
Search DuckDuckGo using the context menu option and omnibox.
Co to jest DuckDuckGo Search - Context Menu and Omnibox?
DuckDuckGo Search - Context Menu and Omnibox to rozszerzenie Chrome opracowane przez https://browsernative.com, a jego główną funkcją jest „Search DuckDuckGo using the context menu option and omnibox.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DuckDuckGo Search - Context Menu and Omnibox
Pobierz pliki rozszerzeń DuckDuckGo Search - Context Menu and Omnibox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fepjgbgflmnaieiodmkkclhjfihdhoid |
| Oficjalny URL | https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid |
| Opis | Search DuckDuckGo using the context menu option and omnibox. |
| Rozmiar pliku | 6.9 KB |
| Liczba instalacji | 1,359 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2019-10-12 |
| Data Publikacji | 2019-10-12 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | https://browsernative.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://browsernative.com/duckduckgo-chrome-extension/ |
| Adres URL Strony Pomocy | https://browsernative.com/duckduckgo-chrome-extension/ |
| Adres URL Strony Polityki Prywatności | https://browsernative.com/extensions-privacy-policy |
| Obsługiwane Języki | 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\/"
} | |