Custom Bang Search
Use custom DuckDuckGo-like bangs directly from the address bar
Custom Bang Searchとは何ですか?
Custom Bang Searchはpsidexによって開発されたChromeの拡張機能で、その主な機能は「Use custom DuckDuckGo-like bangs directly from the address bar」です。
拡張機能のスクリーンショット
Custom Bang Search拡張機能のCRXファイルをダウンロード
Custom Bang Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Demo video: https://youtu.be/IXP7RVFMJk4.
See the GitHub page (https://github.com/psidex/CustomBangSearch) for more info, including how to use it and what search engines are supported.
Icon created by apien on Flaticon - https://www.flaticon.com/free-icon/exclamation-mark_4194667. 拡張機能の基本情報
| 名前 | |
| ID | oobpkmpnffeacpnfbbepbdlhbfdejhpg |
| 公式URL | https://chromewebstore.google.com/detail/custom-bang-search/oobpkmpnffeacpnfbbepbdlhbfdejhpg |
| 説明 | Use custom DuckDuckGo-like bangs directly from the address bar |
| ファイルサイズ | 376 KB |
| インストール数 | 194 |
| 現在のバージョン | 0.10.6 |
| 最終更新日 | 2024-03-02 |
| 公開日 | 2021-10-17 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | psidex |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/psidex/CustomBangSearch |
| ヘルプページのURL | https://github.com/psidex/CustomBangSearch |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Custom Bang Search",
"version": "0.10.6",
"description": "Use custom DuckDuckGo-like bangs directly from the address bar",
"icons": {
"96": "images\/icons\/icon_96.png",
"128": "images\/icons\/icon_128.png"
},
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"*:\/\/www.google.com\/*",
"*:\/\/*.bing.com\/*",
"*:\/\/*.duckduckgo.com\/*",
"*:\/\/*.ecosia.org\/*",
"*:\/\/*.brave.com\/*",
"*:\/\/*.metager.org\/*",
"*:\/\/*.mojeek.com\/*",
"*:\/\/searx.tiekoetter.com\/*",
"*:\/\/*.startpage.com\/*",
"*:\/\/searx.be\/*",
"*:\/\/kagi.com\/*"
],
"options_ui": {
"page": "src\/optionsui\/options.html",
"open_in_tab": true
},
"action": {
"browser_style": true,
"default_icon": {
"96": "images\/icons\/icon_96.png",
"128": "images\/icons\/icon_128.png"
},
"default_title": "Custom Bang Search",
"default_popup": "src\/popup\/popup.html"
},
"background": {
"service_worker": "src\/background\/main.js"
}
} | |