ChatGPT to PNG

Capture ChatGPT conversations as a single long vertical image.

ChatGPT to PNG क्या है?

ChatGPT to PNG pimeko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture ChatGPT conversations as a single long vertical image."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT to PNG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT to PNG ChatGPT to PNG
ID kpbjkfajjjhpcponilijmmhpdifapcmd
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-to-png/kpbjkfajjjhpcponilijmmhpdifapcmd
विवरण Capture ChatGPT conversations as a single long vertical image.
फ़ाइल का आकार 90.2 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-04-14
प्रकाशन तिथि 2023-04-10
रेटिंग 1.50/5 कुल 2 रेटिंग्स
डेवलपर pimeko
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}