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은(는) it9gamelog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily capture, edit, and share ChatGPT conversations. Offers selective editing for clarity, and image splitting for readability."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ChatGPT Screenshot Ex 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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