Chat Saver
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Qu'est-ce que Chat Saver ?
Chat Saver est une extension Chrome développée par Taipa Xu, et sa fonction principale est "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chat Saver
Téléchargez les fichiers d'extension Chat Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Informations de Base sur l'Extension
Nom | |
ID | gbccnnpigcfcheaeicpldgmjjojjmldb |
URL Officiel | 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. |
Taille du Fichier | 37.18 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2023-05-08 |
Date de Publication | 2023-03-09 |
Développeur | Taipa Xu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/TaipaXu/chat-saver |
URL de la Page d'Aide | https://github.com/TaipaXu/chat-saver |
Langues Prises en Charge | 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\/" ] } |