Export ChatGPT - Screenshot&Other
Capture a screenshot of the entire ChatGPT page or selectively capture specific conversations.
Wat is Export ChatGPT - Screenshot&Other?
Export ChatGPT - Screenshot&Other is een Chrome-extensie ontwikkeld door mr_xuxiaoxiang, en de belangrijkste functie is "Capture a screenshot of the entire ChatGPT page or selectively capture specific conversations.".
Extensie Screenshots
Download het CRX-bestand van de extensie Export ChatGPT - Screenshot&Other
Download Export ChatGPT - Screenshot&Other-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. 我们将不时更新和迭代该工具,以优化用户体验,增强功能,支持更多的导出格式,并提供更灵活的导出选项。如果您有任何要求或想法,请随时与我们联系。
Basisinformatie over de Extensie
Naam | Export ChatGPT - Screenshot&Other |
ID | kagjkiiecagemklhmhkabbalfpbianbe |
Officiële URL | https://chromewebstore.google.com/detail/export-chatgpt-screenshot/kagjkiiecagemklhmhkabbalfpbianbe |
Beschrijving | Capture a screenshot of the entire ChatGPT page or selectively capture specific conversations. |
Bestandsgrootte | 1.69 MB |
Aantal Installaties | 580 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2023-08-24 |
Publicatiedatum | 2023-03-21 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | mr_xuxiaoxiang |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |