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 |
电子邮箱 | [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\/" ] } |