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文件

下載Export ChatGPT - Screenshot&Other擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}