Sydney (Bing Chat) for Chrome

enable and default to bing chat in other browsers

O que é Sydney (Bing Chat) for Chrome?

Sydney (Bing Chat) for Chrome é uma extensão do Chrome desenvolvida por https://lucasjohnston.co.uk, e sua principal característica é "enable and default to bing chat in other browsers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sydney (Bing Chat) for Chrome

Baixe arquivos de extensão Sydney (Bing Chat) for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Sydney (Bing Chat) for Chrome Sydney (Bing Chat) for Chrome
ID lainbmaibmhahhjcocbgfccjcefkkpcf
URL Oficial https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf
Descrição enable and default to bing chat in other browsers
Tamanho do Arquivo 458 KB
Contagem de Instalações 869
Versão Atual 1.0
Última Atualização 2023-02-22
Data de Publicação 2023-02-20
Classificação 4.00/5 Total de 6 Avaliações
Desenvolvedor https://lucasjohnston.co.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://lucasjohnston.co.uk
Idiomas Suportados 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"
    }
}