ChatGPT Save

Simple Chrome extension to save ChatGPT conversation threads.

Cos'è ChatGPT Save?

ChatGPT Save è un'estensione di Chrome sviluppata da jhnyckc, e la sua funzione principale è "Simple Chrome extension to save ChatGPT conversation threads.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGPT Save

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

                        Save your interesting conversations with ChatGPT to CSV.                    

Informazioni di Base sull'Estensione

Nome ChatGPT Save ChatGPT Save
ID dacbcjjmegpiooanamonipdjhplejfml
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml
Descrizione Simple Chrome extension to save ChatGPT conversation threads.
Dimensione del File 9.87 KB
Conteggio Installazioni 2,249
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-12-13
Data di Pubblicazione 2022-12-12
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore jhnyckc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}