ChatGPT Saver

save chat-gpt conversion history

Qu'est-ce que ChatGPT Saver ?

ChatGPT Saver est une extension Chrome développée par sdm3690, et sa fonction principale est "save chat-gpt conversion history".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT Saver

Téléchargez les fichiers d'extension ChatGPT 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

                        Are you want save your conversation with Chat-GPT?
This extension makes you save the conversations as txt file in your local computer.

You can have the conversations forever.
Just click the 'save' button !

If you need additional features, or fix bug, contact for me.

Version
1.1.1 - bug fixed : fix that the button has not worked
1.1.0 - bug fixed : enable using button on chatgpt page
1.0.0 - first published                    

Informations de Base sur l'Extension

Nom ChatGPT Saver ChatGPT Saver
ID olpladkgihgfigoncklfngjkadklakhk
URL Officiel https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk
Description save chat-gpt conversion history
Taille du Fichier 10.74 KB
Nombre d'Installations 423
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-10-10
Date de Publication 2023-02-06
Évaluation 3.67/5 Total 3 Évaluations
Développeur sdm3690
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Saver",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "save chat-gpt conversion history",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}