Export ChatGPT - Screenshot&Other

Capture a screenshot of the entire ChatGPT page or selectively capture specific conversations.

Export ChatGPT - Screenshot&Other란 무엇입니까?

Export ChatGPT - Screenshot&Other은(는) mr_xuxiaoxiang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture a screenshot of the entire ChatGPT page or selectively capture specific conversations."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Export ChatGPT - Screenshot&Other 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPT 聊天内容截图插件&自定义更灵活
Selectable chat history screenshot extension

支持功能:
* 一键生成完整的聊天记录截图&导出
*  自定义选择聊天记录生成截图&导出

-----FAQ:-----

1.What is ChatGPT Screen Capture ? 

ChatGPT Screen Capture can help you generate a screenshot of the entire chat history with just one click. More importantly, it also supports custom selection of specific chat messages to create a customized chat screenshot.

ChatGPT Screen Capture可以帮助你一键生成整个聊天记录的截图。更重要的是,它也支持自定义选择想要截取的某几条聊天记录,生成一张自定义聊天截图。

2. Is ChatGPT Screen Capture free to use?

Yes, the extension is free to use.

是的,我们的扩展是免费使用的。

3.How do I report issues?

This tool is completely free to use.  If you encounter any issues or have suggestions, please feel free to contact me by leaving a message.  To reach me, click on the extension icon and then click on 'ChatGPT Screen Capture' at the bottom of the pop-up window.  It will open a webpage where you can find our contact information.

该工具是完全免费的,大家在使用过程中如果遇到问题,或者您有好的建议,都联系我给我留言。如何联系你我:请点击扩展的图标在弹出的页面中最下方点击“ChatGPT Screen Capture”  会打开一个网页,里面有我们的联系方式。

4. What are ChatGPT Screen Capture's plans for the future?

We will update and iterate this tool from time to time to optimize its user experience, enhance its functionality, support more export formats, and offer more flexible export options. If you have any requirements or ideas, please feel free to contact us.

我们将不时更新和迭代该工具,以优化用户体验,增强功能,支持更多的导出格式,并提供更灵活的导出选项。如果您有任何要求或想法,请随时与我们联系。                    

확장 프로그램 기본 정보

이름 Export ChatGPT - Screenshot&Other Export ChatGPT - Screenshot&Other
ID kagjkiiecagemklhmhkabbalfpbianbe
공식 URL https://chromewebstore.google.com/detail/export-chatgpt-screenshot/kagjkiiecagemklhmhkabbalfpbianbe
설명 Capture a screenshot of the entire ChatGPT page or selectively capture specific conversations.
파일 크기 1.69 MB
설치 횟수 580
현재 버전 2.1.1
최근 업데이트 2023-08-24
출시 날짜 2023-03-21
평점 4.75/5 총 4 개의 평점
개발자 mr_xuxiaoxiang
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export ChatGPT - Screenshot&Other",
    "version": "2.1.1",
    "manifest_version": 3,
    "description": "Capture a screenshot of the entire ChatGPT page or selectively capture specific conversations.",
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js",
                "html2canvas.min.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "setting.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}