Sydney (Bing Chat) for Chrome

enable and default to bing chat in other browsers

什么是Sydney (Bing Chat) for Chrome?

Sydney (Bing Chat) for Chrome是由https://lucasjohnston.co.uk开发的Chrome扩展程序,该扩展的主要功能是“enable and default to bing chat in other browsers”。

扩展截图

screenshot

下载Sydney (Bing Chat) for Chrome扩展crx文件

下载Sydney (Bing Chat) for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Sydney (Bing Chat) for Chrome Sydney (Bing Chat) for Chrome
ID lainbmaibmhahhjcocbgfccjcefkkpcf
官方URL https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf
简介 enable and default to bing chat in other browsers
文件大小 458 KB
安装次数 869
当前版本 1.0
更新时间 2023-02-22
上架时间 2023-02-20
评分 4.00/5 共6次评分
开发者 https://lucasjohnston.co.uk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://lucasjohnston.co.uk
支持的语言 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"
    }
}