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
官方網址 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"
    }
}