ChatGPT to PNG

Capture ChatGPT conversations as a single long vertical image.

ChatGPT to PNG란 무엇입니까?

ChatGPT to PNG은(는) pimeko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture ChatGPT conversations as a single long vertical image."입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT to PNG 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}