ChatGPT to PNG

Capture ChatGPT conversations as a single long vertical image.

Что такое ChatGPT to PNG?

ChatGPT to PNG - это расширение Chrome, разработанное pimeko, и его основная функция - "Capture ChatGPT conversations as a single long vertical image.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ChatGPT to PNG

Скачайте файлы расширений ChatGPT to PNG в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        }
    ]
}