Brave Search

Keep your search private.

Brave Search là gì?

Brave Search là một tiện ích mở rộng Chrome được phát triển bởi Frost, và tính năng chính của nó là "Keep your search private.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Brave 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

                        A simple chrome extension that makes it faster to search text using the Brave search engine.

I built this extension because it's time consuming to open a new tab, go to search.brave.com and then type or paste the text I'm searching. That's why I built this extension, to save time.

How to use:
Select any text and then right-click on the selection. You'll see the "Search with Brave" option in the context menu, which when clicked, opens Brave search results in a new tab.

Why to use:
Brave claims their search engine is built on top of an independent index, and doesn't track users, their searches, or their clicks.

Give it a try now and see the advantages for yourself.                    

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

Tên Brave Search Brave Search
ID jojedekgcncccnjhilimdojbfnfamkda
URL Chính Thức https://chromewebstore.google.com/detail/brave-search/jojedekgcncccnjhilimdojbfnfamkda
Mô tả Keep your search private.
Kích Thước Tệp 48.19 KB
Số Lần Cài Đặt 1,866
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-03-20
Ngày Phát Hành 2022-02-09
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Frost
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brave Search",
    "description": "Keep your search private.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16x16.png",
        "32": ".\/32x32.png",
        "48": ".\/48x48.png",
        "128": ".\/128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/16x16.png",
            "32": ".\/32x32.png",
            "48": ".\/48x48.png",
            "128": ".\/128x128.png"
        }
    },
    "permissions": [
        "contextMenus"
    ]
}