ShareGPT

Export ChatGPT conversations as an image

Что такое ShareGPT?

ShareGPT - это расширение Chrome, разработанное smgmusicdisplay, и его основная функция - "Export ChatGPT conversations as an image".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ShareGPT

Скачайте файлы расширений ShareGPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ShareGPT ShareGPT
ID dhohfmgmabjpbeklhmhfjdodmchgjjlb
Официальный URL https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb
Описание Export ChatGPT conversations as an image
Размер файла 62.43 KB
Количество установок 1,955
Текущая Версия 1.0.0
Последнее Обновление 2022-12-09
Дата публикации 2022-12-09
Рейтинг 4.25/5 Всего 4 оценок
Разработчик smgmusicdisplay
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": []
}