ShareGPT

Export ChatGPT conversations as an image

ما هو ShareGPT؟

ShareGPT هو إضافة Chrome تم تطويرها بواسطة smgmusicdisplay، والميزة الرئيسية لها هي "Export ChatGPT conversations as an image".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ShareGPT

قم بتنزيل ملفات الامتداد ShareGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
}