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 |
官方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 |
电子邮箱 | [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" } } |