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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |