ShareGPT

Export ChatGPT conversations as an image

Vad är ShareGPT?

ShareGPT är en Chrome-tillägg utvecklad av smgmusicdisplay, och dess huvudfunktion är "Export ChatGPT conversations as an image".

Tilläggsskärmbilder

screenshot

Ladda ner ShareGPT-förlängningens CRX-fil

Ladda ner ShareGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ShareGPT ShareGPT
ID dhohfmgmabjpbeklhmhfjdodmchgjjlb
Officiell webbadress https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb
Beskrivning Export ChatGPT conversations as an image
Filstorlek 62.43 KB
Antal Installationer 1,955
Aktuell Version 1.0.0
Senast Uppdaterad 2022-12-09
Publiceringsdatum 2022-12-09
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare smgmusicdisplay
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}