ChatGPT Saver

save chat-gpt conversion history

Cos'è ChatGPT Saver?

ChatGPT Saver è un'estensione di Chrome sviluppata da sdm3690, e la sua funzione principale è "save chat-gpt conversion history".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT Saver

Scarica i file di estensione ChatGPT 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

                        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                    

Informazioni di Base sull'Estensione

Nome ChatGPT Saver ChatGPT Saver
ID olpladkgihgfigoncklfngjkadklakhk
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk
Descrizione save chat-gpt conversion history
Dimensione del File 10.74 KB
Conteggio Installazioni 423
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-10-10
Data di Pubblicazione 2023-02-06
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore sdm3690
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}