ChatGPT to PNG

Capture ChatGPT conversations as a single long vertical image.

Was ist ChatGPT to PNG?

ChatGPT to PNG ist eine Chrome-Erweiterung, die von pimeko entwickelt wurde, und ihr Hauptmerkmal ist "Capture ChatGPT conversations as a single long vertical image.".

Erweiterungsscreenshots

screenshot

ChatGPT to PNG-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT to PNG-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Introducing the ChatGPT Chat Capture Chrome Extension! Effortlessly save your GPT chat conversations as a single vertical image with just one click.

Key Features:
- Capture entire GPT chat conversations in a snap
- Save conversations as high-quality PNG images
- Easy one-click functionality for a seamless experience

How to use:
1. Install the ChatGPT Chat Capture Chrome Extension.
2. Open a GPT chat conversation you'd like to save.
3. Click the "Capture Conversation" button.
4. Watch as the extension loads and dumps the entire conversation into a single vertical PNG image.
5. Save the image to your device or share it with friends and colleagues.

This Chrome Extension was entirely coded by ChatGPT, demonstrating the impressive capabilities of AI. Whether you need to archive memorable chats or share important discussions, the ChatGPT Chat Capture Chrome Extension has got you covered.

Download now and revolutionize the way you save and share your GPT chat conversations!                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT to PNG ChatGPT to PNG
ID kpbjkfajjjhpcponilijmmhpdifapcmd
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-to-png/kpbjkfajjjhpcponilijmmhpdifapcmd
Beschreibung Capture ChatGPT conversations as a single long vertical image.
Dateigröße 90.2 KB
Installationsanzahl 81
Aktuelle Version 1.0
Letztes Update 2023-04-14
Veröffentlichungsdatum 2023-04-10
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler pimeko
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT to PNG",
    "version": "1.0",
    "description": "Capture ChatGPT conversations as a single long vertical image.",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}