Custom Bang Search

Use custom DuckDuckGo-like bangs directly from the address bar

Custom Bang Search là gì?

Custom Bang Search là một tiện ích mở rộng Chrome được phát triển bởi psidex, và tính năng chính của nó là "Use custom DuckDuckGo-like bangs directly from the address bar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Custom Bang Search

Tải xuống các tệp mở rộng Custom Bang Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Bang Search Custom Bang Search
ID oobpkmpnffeacpnfbbepbdlhbfdejhpg
URL Chính Thức https://chromewebstore.google.com/detail/custom-bang-search/oobpkmpnffeacpnfbbepbdlhbfdejhpg
Mô tả Use custom DuckDuckGo-like bangs directly from the address bar
Kích Thước Tệp 376 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 0.10.6
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2021-10-17
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển psidex
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/psidex/CustomBangSearch
URL Trang Trợ Giúp https://github.com/psidex/CustomBangSearch
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}