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