Chat Saver
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Wat is Chat Saver?
Chat Saver is een Chrome-extensie ontwikkeld door Taipa Xu, en de belangrijkste functie is "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chat Saver
Download Chat Saver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Basisinformatie over de Extensie
Naam | |
ID | gbccnnpigcfcheaeicpldgmjjojjmldb |
Officiële URL | https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb |
Beschrijving | A browser extension that allows you to save the current chat history of ChatGPT to your local device. |
Bestandsgrootte | 37.18 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2023-05-08 |
Publicatiedatum | 2023-03-09 |
Ontwikkelaar | Taipa Xu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/TaipaXu/chat-saver |
Help Pagina-URL | https://github.com/TaipaXu/chat-saver |
Ondersteunde Talen | 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\/" ] } |