ShareGPT
Export ChatGPT conversations as an image
Was ist ShareGPT?
ShareGPT ist eine Chrome-Erweiterung, die von smgmusicdisplay entwickelt wurde, und ihr Hauptmerkmal ist "Export ChatGPT conversations as an image".
Erweiterungsscreenshots
ShareGPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShareGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
| Offizielle URL | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
| Beschreibung | Export ChatGPT conversations as an image |
| Dateigröße | 62.43 KB |
| Installationsanzahl | 1,955 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2022-12-09 |
| Veröffentlichungsdatum | 2022-12-09 |
| Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
| Entwickler | smgmusicdisplay |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": []
} | |