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ファイルをダウンロード

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
Eメール [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"
        }
    ]
}