Chat Saver
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Cos'è Chat Saver?
Chat Saver è un'estensione di Chrome sviluppata da Taipa Xu, e la sua funzione principale è "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chat Saver
Scarica i file di estensione Chat Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Informazioni di Base sull'Estensione
Nome | |
ID | gbccnnpigcfcheaeicpldgmjjojjmldb |
URL Ufficiale | https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb |
Descrizione | A browser extension that allows you to save the current chat history of ChatGPT to your local device. |
Dimensione del File | 37.18 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2023-05-08 |
Data di Pubblicazione | 2023-03-09 |
Sviluppatore | Taipa Xu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/TaipaXu/chat-saver |
URL della Pagina di Aiuto | https://github.com/TaipaXu/chat-saver |
Lingue Supportate | 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\/" ] } |