ChatGPT Exporter - Extract chat convos easily

Extract and save ChatGPT conversations to markdown, text, JSON, CSV and images.

Qu'est-ce que ChatGPT Exporter - Extract chat convos easily ?

ChatGPT Exporter - Extract chat convos easily est une extension Chrome développée par Mark, et sa fonction principale est "Extract and save ChatGPT conversations to markdown, text, JSON, CSV and images.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT Exporter - Extract chat convos easily

Téléchargez les fichiers d'extension ChatGPT Exporter - Extract chat convos easily 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

                        ChatGPT Exporter is a versatile tool for extracting ChatGPT conversations. It supports multiple file formats, allows you to select the conversations you want to keep, and offers various image settings.

ChatGPT is an advanced language model developed by OpenAI that can converse with humans like a human. ChatGPT conversations can be used for various purposes, such as research, training, or entertainment. However, extracting these conversations from ChatGPT can be a challenging task, especially if you have a large number of conversations or need to extract specific conversations only.

ChatGPT Exporter is a tool that has been designed specifically to address this challenge. 

Features of ChatGPT Exporter:

✅ Support for multiple file formats: 
ChatGPT Exporter supports multiple file formats, including MARKDOWN, JSON, CSV, TXT and IMAGE. This means you can export ChatGPT conversations in the format that best suits your needs.

✅ Selective conversation extraction:
ChatGPT Exporter allows you to select which conversation(s) to keep using checkboxes. This feature enables you to extract only the conversations that are relevant to your needs, saving you time and effort

✅ Multiple image settings:
ChatGPT Exporter also allows you to customize the image settings when generating images from your conversations. You can select the size of the images, set the font size, choose the font style, etc.

✅ User-friendly interface:
ChatGPT Exporter has a user-friendly interface that is easy to use, even if you have no programming knowledge. The interface is intuitive, and you can quickly navigate through the various options and features available.

🎯 In conclusion, ChatGPT Exporter is a powerful tool for extracting ChatGPT conversations that comes with a range of features to make the process easy and efficient. 

💌 If you have feature requests or questions, please shoot me an email at  [email protected]                    

Informations de Base sur l'Extension

Nom ChatGPT Exporter - Extract chat convos easily ChatGPT Exporter - Extract chat convos easily
ID ilmdofdhpnhffldihboadndccenlnfll
URL Officiel https://chromewebstore.google.com/detail/chatgpt-exporter-extract/ilmdofdhpnhffldihboadndccenlnfll
Description Extract and save ChatGPT conversations to markdown, text, JSON, CSV and images.
Taille du Fichier 617 KB
Nombre d'Installations 9,000
Version Actuelle 1.7.1
Dernière Mise à Jour 2024-02-15
Date de Publication 2023-03-08
Évaluation 4.60/5 Total 75 Évaluations
Développeur Mark
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://tin-hexagon-ed3.notion.site/Privacy-Policy-02eced0565514dc691df8b720c2f8ae0
Langues Prises en Charge en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "1.7.1",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.chatgpt-exporter.com\/*"
        ]
    }
}