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/
擴展基本資訊
名稱 | BangDD: DuckDuckGo Bang Buttons |
ID | fabaimpklfkedhgiaciiggiihfmmeaio |
官方網址 | 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" ] } ] } |