ChattyBuddy
ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
ChattyBuddyとは何ですか?
ChattyBuddyはchattybuddyによって開発されたChromeの拡張機能で、その主な機能は「ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.」です。
拡張機能のスクリーンショット
ChattyBuddy拡張機能のCRXファイルをダウンロード
ChattyBuddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ChattyBuddy is a highly convenient and innovative Chrome extension that seamlessly integrates with your browsing experience. With Buddy, an advanced AI-powered chatbot, at your fingertips, you can engage in interesting conversations on a wide range of topics while browsing the internet. 拡張機能の基本情報
| 名前 | |
| ID | aepfjmmhegafegjdjjeibidefhdccenj |
| 公式URL | https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj |
| 説明 | ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web. |
| ファイルサイズ | 23.23 KB |
| インストール数 | 412 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2023-04-04 |
| 公開日 | 2023-03-16 |
| 開発者 | chattybuddy |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://chattybuddy.io/privacy.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChattyBuddy",
"version": "1.2",
"description": "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.",
"icons": {
"128": "icon.jpg"
},
"action": {
"default_title": "ChattyBuddy",
"default_icon": "icon.jpg"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"storage",
"activeTab",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"mark.js"
],
"matches": [
"*:\/\/*.chattybuddy.io\/*"
]
}
]
} | |