Sydney (Bing Chat) for Chrome

enable and default to bing chat in other browsers

Sydney (Bing Chat) for Chromeคืออะไร?

Sydney (Bing Chat) for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lucasjohnston.co.uk และคุณลักษณะหลักของมันคือ "enable and default to bing chat in other browsers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sydney (Bing Chat) for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}