ChatGPT Save
Simple Chrome extension to save ChatGPT conversation threads.
ChatGPT Saveとは何ですか?
ChatGPT Saveはjhnyckcによって開発されたChromeの拡張機能で、その主な機能は「Simple Chrome extension to save ChatGPT conversation threads.」です。
拡張機能のスクリーンショット
ChatGPT Save拡張機能のCRXファイルをダウンロード
ChatGPT Save拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save your interesting conversations with ChatGPT to CSV.
拡張機能の基本情報
名前 | ChatGPT Save |
ID | dacbcjjmegpiooanamonipdjhplejfml |
公式URL | https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml |
説明 | Simple Chrome extension to save ChatGPT conversation threads. |
ファイルサイズ | 9.87 KB |
インストール数 | 2,249 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-12-13 |
公開日 | 2022-12-12 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | jhnyckc |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Save", "description": "Simple Chrome extension to save ChatGPT conversation threads.", "version": "0.0.1", "manifest_version": 3, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/chat.openai.com\/chat" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Save", "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } } } |