Save ChatGPT

Download ChatGPT conversations into PDF, Text, and Markdown files.

Τι είναι το Save ChatGPT;

Το Save ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον contact, και η κύρια λειτουργία του είναι "Download ChatGPT conversations into PDF, Text, and Markdown files.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Save ChatGPT

Λήψη αρχείων επέκτασης Save ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Ultimate Chrome Extension for Downloading Your ChatGPT Conversations

Save ChatGPT, the ideal solution for downloading and saving your ChatGPT conversations. With a simple click, you can save your chat logs in three different formats: TXT, Markdown (MD), and PDF. 

Say goodbye to losing your valuable conversations and effortlessly archive them with Save ChatGPT.

*Key Features of Save ChatGPT*

- TXT Files: Save your ChatGPT logs as TXT files for easy readability and compatibility with most text editors.
- Markdown (MD) Files: Export your conversations in the Markdown format, allowing you to share your logs on platforms that support Markdown formatting.
- PDF Files: Download PDF versions of your ChatGPT conversations, ensuring a consistent appearance across devices and platforms.
- Copy Button: Instantly copy your conversations to your clipboard for easy sharing and pasting into other applications.

*How to Use Save ChatGPT*

Follow these simple steps to start archiving your ChatGPT conversations:

1- Install the Save ChatGPT Chrome extension from the Chrome Web Store.
2- Open a ChatGPT conversation.
3- Click on the Save ChatGPT extension icon located in the toolbar.
4- Choose your preferred file format: TXT, Markdown (MD), or PDF.
5- Save the conversation to your desired location or use the copy button to copy the text to your clipboard.

*Keep Your ChatGPT Conversations Safe and Accessible*

With Save ChatGPT, you can maintain a record of all your insightful and engaging conversations with the ChatGPT AI. 

Download the Save ChatGPT Chrome extension today and never worry about losing your valuable chat logs again. 

Experience the convenience and peace of mind that comes with having your conversations saved and organized in your preferred format.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Save ChatGPT Save ChatGPT
ID iccmddoieihalmghkeocgmlpilhgnnfn
Επίσημο URL https://chromewebstore.google.com/detail/save-chatgpt/iccmddoieihalmghkeocgmlpilhgnnfn
Περιγραφή Download ChatGPT conversations into PDF, Text, and Markdown files.
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 44,233
Τρέχουσα Έκδοση 3.5
Τελευταία Ενημέρωση 2024-01-18
Ημερομηνία Δημοσίευσης 2022-12-13
Αξιολόγηση 3.72/5 Συνολικά 93 Αξιολογήσεις
Προγραμματιστής contact
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1iuRnlg0qUTaMesrRGp0_F4ehH5l18WT7Gari_3gpF1E/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en,fr,tr,es,ru,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save ChatGPT",
    "description": "Download ChatGPT conversations into PDF, Text, and Markdown files.",
    "version": "3.5",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}