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.
擴展基本資訊
名稱 | Custom Bang Search |
ID | oobpkmpnffeacpnfbbepbdlhbfdejhpg |
官方網址 | 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 |
電子郵箱 | [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" } } |