ChatGPT Screenshot Ex

Easily capture, edit, and share ChatGPT conversations. Offers selective editing for clarity, and image splitting for readability.

ChatGPT Screenshot Exคืออะไร?

ChatGPT Screenshot Ex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย it9gamelog และคุณลักษณะหลักของมันคือ "Easily capture, edit, and share ChatGPT conversations. Offers selective editing for clarity, and image splitting for readability."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Screenshot Ex

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Screenshot Ex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing "ChatGPT Screenshot Ex", a versatile Chrome extension designed for users who frequently interact with ChatGPT and wish to preserve their conversations.

Key Features:

1. Effortless Screenshot Capture: Capture your entire ChatGPT conversation with a single click, ensuring no detail is missed, whether the conversation is brief or extensive.

2. Comprehensive Thread Capture: Our extension includes all threads and branches of your conversation, preserving the full context and depth of your discussions.

3. Editorial Control with Privacy: With "ChatGPT Screenshot Ex", you have the editorial freedom to selectively hide specific lines, allowing you to tailor the content for your audience while maintaining privacy and focus.

4. Image Splitting for Long Conversations: For particularly lengthy conversations, set a height cap to split the output into multiple, manageable images. This ensures that even the most extended dialogues are captured in an organized and readable format.

5. Client-Side Security: Operating entirely on the client side, "ChatGPT Screenshot Ex" guarantees that your data remains private and secure, with no server-side data processing.

The source code is openly available for review and contributions at https://github.com/it9gamelog/chatgpt-screenshot-ex.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Screenshot Ex ChatGPT Screenshot Ex
ID cdhbhenafofcgljodakoeglmlnboeijf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-screenshot-ex/cdhbhenafofcgljodakoeglmlnboeijf
คำอธิบาย Easily capture, edit, and share ChatGPT conversations. Offers selective editing for clarity, and image splitting for readability.
ขนาดไฟล์ 598 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2022-12-13
ผู้พัฒนา it9gamelog
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/it9gamelog/chatgpt-screenshot-ex
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Screenshot Ex",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.1.0",
    "homepage_url": "https:\/\/github.com\/it9gamelog\/chatgpt-screenshot-ex",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/"
    ]
}