ChatGPT Saver
save chat-gpt conversion history
ChatGPT Saverとは何ですか?
ChatGPT Saverはsdm3690によって開発されたChromeの拡張機能で、その主な機能は「save chat-gpt conversion history」です。
拡張機能のスクリーンショット
ChatGPT Saver拡張機能のCRXファイルをダウンロード
ChatGPT Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you want save your conversation with Chat-GPT? This extension makes you save the conversations as txt file in your local computer. You can have the conversations forever. Just click the 'save' button ! If you need additional features, or fix bug, contact for me. Version 1.1.1 - bug fixed : fix that the button has not worked 1.1.0 - bug fixed : enable using button on chatgpt page 1.0.0 - first published
拡張機能の基本情報
名前 | ChatGPT Saver |
ID | olpladkgihgfigoncklfngjkadklakhk |
公式URL | https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk |
説明 | save chat-gpt conversion history |
ファイルサイズ | 10.74 KB |
インストール数 | 423 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-10-10 |
公開日 | 2023-02-06 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | sdm3690 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Saver", "version": "1.1.1", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "save chat-gpt conversion history", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "background.js" ] } ] } |