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 |
| 官方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\/"
} | |