ChatGPT Save
Simple Chrome extension to save ChatGPT conversation threads.
Qu'est-ce que ChatGPT Save ?
ChatGPT Save est une extension Chrome développée par jhnyckc, et sa fonction principale est "Simple Chrome extension to save ChatGPT conversation threads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Save
Téléchargez les fichiers d'extension ChatGPT Save 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
Save your interesting conversations with ChatGPT to CSV.
Informations de Base sur l'Extension
Nom | ChatGPT Save |
ID | dacbcjjmegpiooanamonipdjhplejfml |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml |
Description | Simple Chrome extension to save ChatGPT conversation threads. |
Taille du Fichier | 9.87 KB |
Nombre d'Installations | 2,249 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-12-13 |
Date de Publication | 2022-12-12 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | jhnyckc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Save", "description": "Simple Chrome extension to save ChatGPT conversation threads.", "version": "0.0.1", "manifest_version": 3, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/chat.openai.com\/chat" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Save", "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } } } |