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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "enable and default to bing chat in other browsers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sydney (Bing Chat) for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}