BangDD: DuckDuckGo Bang Buttons
Adds a google bang in the duckduckgo search as a button
什么是BangDD: DuckDuckGo Bang Buttons?
BangDD: DuckDuckGo Bang Buttons是由Shubham Chaudhary开发的Chrome扩展程序,该扩展的主要功能是“Adds a google bang in the duckduckgo search as a button”。
扩展截图
下载BangDD: DuckDuckGo Bang Buttons扩展crx文件
下载BangDD: DuckDuckGo Bang Buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a button in duckduckgo search page to take you to google
Where else can I find it
This is open source and is available for both Mozilla Firefox and Google Chrome.
https://addons.mozilla.org/en-US/firefox/addon/bangdd-duckduckgo-bang-buttons/ 扩展基本信息
| 名称 | |
| ID | fabaimpklfkedhgiaciiggiihfmmeaio |
| 官方URL | https://chromewebstore.google.com/detail/bangdd-duckduckgo-bang-bu/fabaimpklfkedhgiaciiggiihfmmeaio |
| 简介 | Adds a google bang in the duckduckgo search as a button |
| 文件大小 | 28.41 KB |
| 安装次数 | 963 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2019-05-20 |
| 上架时间 | 2019-05-20 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Shubham Chaudhary |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ylogx/BangDD |
| 帮助页面URL | https://github.com/ylogx/BangDD |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Adds a google bang in the duckduckgo search as a button",
"manifest_version": 2,
"name": "BangDD: DuckDuckGo Bang Buttons",
"version": "0.1.1",
"homepage_url": "https:\/\/github.com\/ylogx\/BangDD",
"icons": {
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.duckduckgo.com\/*"
],
"js": [
"bangdd.js"
]
}
]
} | |