ShareGPT

Export ChatGPT conversations as an image

Co to jest ShareGPT?

ShareGPT to rozszerzenie Chrome opracowane przez smgmusicdisplay, a jego główną funkcją jest „Export ChatGPT conversations as an image”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ShareGPT

Pobierz pliki rozszerzeń ShareGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ShareGPT ShareGPT
ID dhohfmgmabjpbeklhmhfjdodmchgjjlb
Oficjalny URL https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb
Opis Export ChatGPT conversations as an image
Rozmiar pliku 62.43 KB
Liczba instalacji 1,955
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-12-09
Data Publikacji 2022-12-09
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper smgmusicdisplay
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}