Chat Saver
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
What is Chat Saver?
Chat Saver is a Chrome extension developed by Taipa Xu, and its main feature is "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".
Extension Screenshots
Download Chat Saver Extension CRX File
Download Chat Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Extension Basic Information
Name | |
ID | gbccnnpigcfcheaeicpldgmjjojjmldb |
Official URL | https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb |
Description | A browser extension that allows you to save the current chat history of ChatGPT to your local device. |
File Size | 37.18 KB |
Installation Count | 47 |
Current Version | 0.2.1 |
Last Updated | 2023-05-08 |
Publish Date | 2023-03-09 |
Developer | Taipa Xu |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/TaipaXu/chat-saver |
Help Page URL | https://github.com/TaipaXu/chat-saver |
Supported Languages | 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\/" ] } |