Sydney (Bing Chat) for Chrome

enable and default to bing chat in other browsers

Sydney (Bing Chat) for Chrome là gì?

Sydney (Bing Chat) for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://lucasjohnston.co.uk, và tính năng chính của nó là "enable and default to bing chat in other browsers".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sydney (Bing Chat) for Chrome

Tải xuống các tệp mở rộng Sydney (Bing Chat) for Chrome 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

                        Want access to Bing Chat but don't want to switch to Microsoft Edge?
Well, the clue is in the name. It does that.

This extension also defaults to using the Chat interface rather than Bing Search (because who actually uses Bing?? sorry bing)

A creation from Lettermark (https://lettermark.co.uk) ✨
Built by @lucasjohnston (https://twitter.com/lucasjohnston)                    

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

Tên Sydney (Bing Chat) for Chrome Sydney (Bing Chat) for Chrome
ID lainbmaibmhahhjcocbgfccjcefkkpcf
URL Chính Thức https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf
Mô tả enable and default to bing chat in other browsers
Kích Thước Tệp 458 KB
Số Lần Cài Đặt 869
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2023-02-20
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://lucasjohnston.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lucasjohnston.co.uk
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Sydney (Bing Chat) for Chrome",
    "short_name": "sydney-for-chrome",
    "description": "enable and default to bing chat in other browsers",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*.bing.com\/*",
        "https:\/\/*.bing.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.bing.com\/*",
                "https:\/\/*.bing.com\/*"
            ],
            "js": [
                "syringe.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "chrome_ua.json"
            }
        ]
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "512": "512.png",
        "1024": "1024.png"
    }
}