ShareGPT
Export ChatGPT conversations as an image
What is ShareGPT?
ShareGPT is a Chrome extension developed by smgmusicdisplay, and its main feature is "Export ChatGPT conversations as an image".
Extension Screenshots
Download ShareGPT Extension CRX File
Download ShareGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ShareGPT |
ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
Official URL | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
Description | Export ChatGPT conversations as an image |
File Size | 62.43 KB |
Installation Count | 1,955 |
Current Version | 1.0.0 |
Last Updated | 2022-12-09 |
Publish Date | 2022-12-09 |
Rating | 4.25/5 Total 4 Ratings |
Developer | smgmusicdisplay |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |