Sydney (Bing Chat) for Chrome
enable and default to bing chat in other browsers
Hvad er Sydney (Bing Chat) for Chrome?
Sydney (Bing Chat) for Chrome er en Chrome-udvidelse udviklet af https://lucasjohnston.co.uk, og dens hovedfunktion er "enable and default to bing chat in other browsers".
Udvidelsesskærmbilleder
Download Sydney (Bing Chat) for Chrome-udvidelses-CRX-fil
Download Sydney (Bing Chat) for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | Sydney (Bing Chat) for Chrome |
ID | lainbmaibmhahhjcocbgfccjcefkkpcf |
Officiel URL | https://chromewebstore.google.com/detail/sydney-bing-chat-for-chro/lainbmaibmhahhjcocbgfccjcefkkpcf |
Beskrivelse | enable and default to bing chat in other browsers |
Filstørrelse | 458 KB |
Antal Installationer | 869 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-02-22 |
Udgivelsesdato | 2023-02-20 |
Bedømmelse | 4.00/5 Samlet 6 Bedømmelser |
Udvikler | https://lucasjohnston.co.uk |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://lucasjohnston.co.uk |
Understøttede Sprog | 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" } } |