ShareGPT
Export ChatGPT conversations as an image
Cos'è ShareGPT?
ShareGPT è un'estensione di Chrome sviluppata da smgmusicdisplay, e la sua funzione principale è "Export ChatGPT conversations as an image".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShareGPT
Scarica i file di estensione ShareGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ShareGPT |
ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
URL Ufficiale | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
Descrizione | Export ChatGPT conversations as an image |
Dimensione del File | 62.43 KB |
Conteggio Installazioni | 1,955 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-12-09 |
Data di Pubblicazione | 2022-12-09 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | smgmusicdisplay |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |