ShareGPT
Export ChatGPT conversations as an image
O que é ShareGPT?
ShareGPT é uma extensão do Chrome desenvolvida por smgmusicdisplay, e sua principal característica é "Export ChatGPT conversations as an image".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShareGPT
Baixe arquivos de extensão ShareGPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ShareGPT |
ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
URL Oficial | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
Descrição | Export ChatGPT conversations as an image |
Tamanho do Arquivo | 62.43 KB |
Contagem de Instalações | 1,955 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-12-09 |
Data de Publicação | 2022-12-09 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | smgmusicdisplay |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |