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 |
公式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 |
Eメール | [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" ] } ] } |