ChatGPT Save

Simple Chrome extension to save ChatGPT conversation threads.

Hvad er ChatGPT Save?

ChatGPT Save er en Chrome-udvidelse udviklet af jhnyckc, og dens hovedfunktion er "Simple Chrome extension to save ChatGPT conversation threads.".

Udvidelsesskærmbilleder

screenshot

Download ChatGPT Save-udvidelses-CRX-fil

Download ChatGPT Save-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Save your interesting conversations with ChatGPT to CSV.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Save ChatGPT Save
ID dacbcjjmegpiooanamonipdjhplejfml
Officiel URL https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml
Beskrivelse Simple Chrome extension to save ChatGPT conversation threads.
Filstørrelse 9.87 KB
Antal Installationer 2,249
Nuværende Version 0.0.1
Senest Opdateret 2022-12-13
Udgivelsesdato 2022-12-12
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler jhnyckc
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}