DuckDuckGo Search - Context Menu and Omnibox
Search DuckDuckGo using the context menu option and omnibox.
Что такое DuckDuckGo Search - Context Menu and Omnibox?
DuckDuckGo Search - Context Menu and Omnibox - это расширение Chrome, разработанное https://browsernative.com, и его основная функция - "Search DuckDuckGo using the context menu option and omnibox.".
Снимки экрана расширения
Скачать файл CRX расширения DuckDuckGo Search - Context Menu and Omnibox
Скачайте файлы расширений DuckDuckGo Search - Context Menu and Omnibox в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | fepjgbgflmnaieiodmkkclhjfihdhoid |
| Официальный URL | https://chromewebstore.google.com/detail/duckduckgo-search-context/fepjgbgflmnaieiodmkkclhjfihdhoid |
| Описание | Search DuckDuckGo using the context menu option and omnibox. |
| Размер файла | 6.9 KB |
| Количество установок | 1,359 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2019-10-12 |
| Дата публикации | 2019-10-12 |
| Рейтинг | 4.00/5 Всего 4 оценок |
| Разработчик | https://browsernative.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL страницы помощи | https://browsernative.com/duckduckgo-chrome-extension/ |
| URL страницы политики конфиденциальности | https://browsernative.com/extensions-privacy-policy |
| Поддерживаемые языки | 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\/"
} | |