ShareGPT
Export ChatGPT conversations as an image
Qu'est-ce que ShareGPT ?
ShareGPT est une extension Chrome développée par smgmusicdisplay, et sa fonction principale est "Export ChatGPT conversations as an image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShareGPT
Téléchargez les fichiers d'extension ShareGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ShareGPT |
ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
URL Officiel | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
Description | Export ChatGPT conversations as an image |
Taille du Fichier | 62.43 KB |
Nombre d'Installations | 1,955 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-12-09 |
Date de Publication | 2022-12-09 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | smgmusicdisplay |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |