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によって開発されたChromeの拡張機能で、その主な機能は「enable and default to bing chat in other browsers」です。
拡張機能のスクリーンショット
Sydney (Bing Chat) for Chrome拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |