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