Sydney (Bing Chat) for Chrome
enable and default to bing chat in other browsers
Was ist Sydney (Bing Chat) for Chrome?
Sydney (Bing Chat) for Chrome ist eine Chrome-Erweiterung, die von https://lucasjohnston.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "enable and default to bing chat in other browsers".
Erweiterungsscreenshots
Sydney (Bing Chat) for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sydney (Bing Chat) for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Sydney (Bing Chat) for Chrome |
ID | lainbmaibmhahhjcocbgfccjcefkkpcf |
Offizielle URL | https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf |
Beschreibung | enable and default to bing chat in other browsers |
Dateigröße | 458 KB |
Installationsanzahl | 869 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-02-22 |
Veröffentlichungsdatum | 2023-02-20 |
Bewertung | 4.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://lucasjohnston.co.uk |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://lucasjohnston.co.uk |
Unterstützte Sprachen | 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" } } |