Bing Chat For Chrome Bing Unchained
Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained
Bing Chat For Chrome Bing Unchainedとは何ですか?
Bing Chat For Chrome Bing UnchainedはBing Chatによって開発されたChromeの拡張機能で、その主な機能は「Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained」です。
拡張機能のスクリーンショット
Bing Chat For Chrome Bing Unchained拡張機能のCRXファイルをダウンロード
Bing Chat For Chrome Bing Unchained拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained Bing AI Chat in Chrome
拡張機能の基本情報
名前 | Bing Chat For Chrome Bing Unchained |
ID | jfeemlljlgfhbahdlpjaldohmlgjdkik |
公式URL | https://chromewebstore.google.com/detail/bing-chat-for-chrome-bing/jfeemlljlgfhbahdlpjaldohmlgjdkik |
説明 | Use new Bing Chat in Chrome. Bing Chat For Chrome Bing Unchained |
ファイルサイズ | 23.38 KB |
インストール数 | 468 |
現在のバージョン | 0.0.1 |
最終更新日 | 2023-08-23 |
公開日 | 2023-08-23 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Bing Chat |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | id,en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": [], "background": { "service_worker": "background.js" }, "commands": { "open-bing": { "description": "Bing Chat" } }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.bing.com\/search*" ] } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "modify_ua_header", "path": "rules.json" } ] }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "https:\/\/*.bing.com\/*", "https:\/\/app-how-to-use-it.com\/*" ], "icons": { "128": "logo.png", "16": "logo.png", "32": "logo.png", "48": "logo.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage", "declarativeNetRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |