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