ShareGPT
Export ChatGPT conversations as an image
什么是ShareGPT?
ShareGPT是由smgmusicdisplay开发的Chrome扩展程序,该扩展的主要功能是“Export ChatGPT conversations as an image”。
扩展截图
下载ShareGPT扩展crx文件
下载ShareGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome plugin is designed to help users share their conversations with a chatbot by taking a screenshot. With just a click of a button, the plugin allows users to capture a screenshot of their chatbot conversation and save it to their device. This can be useful for sharing interesting or important conversations with friends, colleagues, or for keeping a record of the conversation for later reference. The plugin is easy to use and integrates seamlessly with your chrome browser, making it a convenient tool for capturing and sharing chatbot conversations.
扩展基本信息
名称 | ShareGPT |
ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
官方URL | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
简介 | Export ChatGPT conversations as an image |
文件大小 | 62.43 KB |
安装次数 | 1,955 |
当前版本 | 1.0.0 |
更新时间 | 2022-12-09 |
上架时间 | 2022-12-09 |
评分 | 4.25/5 共4次评分 |
开发者 | smgmusicdisplay |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShareGPT", "description": "Export ChatGPT conversations as an image", "version": "1.0.0", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "icons": { "512": "icon512.png" }, "action": [] } |