ChatGPT Save
Simple Chrome extension to save ChatGPT conversation threads.
Wat is ChatGPT Save?
ChatGPT Save is een Chrome-extensie ontwikkeld door jhnyckc, en de belangrijkste functie is "Simple Chrome extension to save ChatGPT conversation threads.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT Save
Download ChatGPT Save-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Save your interesting conversations with ChatGPT to CSV.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | dacbcjjmegpiooanamonipdjhplejfml | 
| Officiële URL | https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml | 
| Beschrijving | Simple Chrome extension to save ChatGPT conversation threads. | 
| Bestandsgrootte | 9.87 KB | 
| Aantal Installaties | 2,249 | 
| Huidige Versie | 0.0.1 | 
| Laatst Bijgewerkt | 2022-12-13 | 
| Publicatiedatum | 2022-12-12 | 
| Beoordeling | 2.50/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | jhnyckc | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
        }
    }
}  |  |