BingAI Anywhere - Use BingChat Anywhere

Effortlessly search BingAI/BingChat on any site

BingAI Anywhere - Use BingChat Anywhere là gì?

BingAI Anywhere - Use BingChat Anywhere 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à "Effortlessly search BingAI/BingChat on any site".

Ả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 BingAI Anywhere - Use BingChat Anywhere

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

                        Introducing BingAI Anywhere, the edge extension that brings the power of Bing's new ChatBot LLM to your fingertips. With just one click, you can access the most advanced AI-powered search language models available today, without leaving the page you're on.

BingAI Anywhere is designed to be simple and straightforward. The extension opens up a search box on any page, allowing you to submit your queries to BingAi and get the most accurate and relevant results for your search. With zero complicated settings or options to configure, BingAi Anywhere is easy to use and incredibly intuitive.

Thanks to its seamless integration with Bing's AI technology, BingAI Anywhere delivers the most accurate and relevant results for your search queries. Whether you're looking for news, articles, products, or services, BingAI Anywhere makes it easy to find what you need, fast.

BingAI Anywhere is not just another search extension—it's a game-changer. By seamlessly integrating with your browsing experience through context menus and the omnibox, it revolutionizes how you search, making it effortless and lightning-fast. With its powerful AI capabilities and customizable features, BingAI Anywhere is the ultimate tool for unlocking the full potential of Bing's ChatBot LLM, delivering accurate and relevant search results, and enhancing your productivity online.

Disclaimer: BingAI and/or BingChat is trademark of Microsoft. The browser extension BingAI Anywhere, is in no way shape or form related to BingAI or Microsoft. It is an unofficial Extension which is developed and maintained independently by its author.                    

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

Tên BingAI Anywhere - Use BingChat Anywhere BingAI Anywhere - Use BingChat Anywhere
ID ohpckiphfcigfekbbmaolkempahgbhfe
URL Chính Thức https://chromewebstore.google.com/detail/bingai-anywhere-use-bingc/ohpckiphfcigfekbbmaolkempahgbhfe
Mô tả Effortlessly search BingAI/BingChat on any site
Kích Thước Tệp 274 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-12-16
Ngày Phát Hành 2023-05-16
Đánh Giá 5.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,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.1",
    "action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/128.png"
    },
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "contextMenus",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "omnibox": {
        "keyword": "Bing"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/search_popup\/popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.bing.com\/*"
    ]
}