Chat Saver
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Chat Saverとは何ですか?
Chat SaverはTaipa Xuによって開発されたChromeの拡張機能で、その主な機能は「A browser extension that allows you to save the current chat history of ChatGPT to your local device.」です。
拡張機能のスクリーンショット
Chat Saver拡張機能のCRXファイルをダウンロード
Chat Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
拡張機能の基本情報
名前 | |
ID | gbccnnpigcfcheaeicpldgmjjojjmldb |
公式URL | https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb |
説明 | A browser extension that allows you to save the current chat history of ChatGPT to your local device. |
ファイルサイズ | 37.18 KB |
インストール数 | 47 |
現在のバージョン | 0.2.1 |
最終更新日 | 2023-05-08 |
公開日 | 2023-03-09 |
開発者 | Taipa Xu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/TaipaXu/chat-saver |
ヘルプページのURL | https://github.com/TaipaXu/chat-saver |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat Saver", "version": "0.2.1", "description": "A browser extension that allows you to save the current chat history of ChatGPT to your local device.", "icons": { "16": ".\/assets\/icon.png", "48": ".\/assets\/icon.png", "128": ".\/assets\/icon.png" }, "action": { "default_icon": { "16": ".\/assets\/icon.png", "24": ".\/assets\/icon.png", "32": ".\/assets\/icon.png" }, "default_title": "chat saver", "default_popup": "popup.html" }, "background": { "type": "module", "service_worker": "service.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/" ] } |