ShareGPT

Export ChatGPT conversations as an image

Wat is ShareGPT?

ShareGPT is een Chrome-extensie ontwikkeld door smgmusicdisplay, en de belangrijkste functie is "Export ChatGPT conversations as an image".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ShareGPT

Download ShareGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ShareGPT ShareGPT
ID dhohfmgmabjpbeklhmhfjdodmchgjjlb
Officiële URL https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb
Beschrijving Export ChatGPT conversations as an image
Bestandsgrootte 62.43 KB
Aantal Installaties 1,955
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-12-09
Publicatiedatum 2022-12-09
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar smgmusicdisplay
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}