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是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Search DuckDuckGo using the context menu option and omnibox.”。
擴展截圖
下載DuckDuckGo Search - Context Menu and Omnibox擴展crx文件
下載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 |
| 官方網址 | 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\/"
} | |