Save ChatGPT Transcript
Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
Qu'est-ce que Save ChatGPT Transcript ?
Save ChatGPT Transcript est une extension Chrome développée par H2W Ventures, et sa fonction principale est "Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save ChatGPT Transcript
Téléchargez les fichiers d'extension Save ChatGPT Transcript 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
Easy one-click save ChatGPT transcript as a local HTML file with user/AI highlighting. Choose your own filename. No data saved remotely, privacy ensured.
Informations de Base sur l'Extension
Nom | |
ID | hkclgbgcgdmlopmnbakdclgpdnklabcd |
URL Officiel | https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd |
Description | Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename. |
Taille du Fichier | 8.23 KB |
Nombre d'Installations | 263 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-03-17 |
Date de Publication | 2023-02-20 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | H2W Ventures |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save ChatGPT Transcript", "version": "1.1", "description": "Save ChatGPT transcript as an HTML file with user\/AI highlighting. Choose your own filename.", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Save ChatGPT Transcript" }, "background": { "service_worker": "popup.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "popup.js" ] } ], "icons": { "128": "icon-128x128.png" } } |