ChatGPT Saver

save chat-gpt conversion history

ChatGPT Saverคืออะไร?

ChatGPT Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sdm3690 และคุณลักษณะหลักของมันคือ "save chat-gpt conversion history"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Saver

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you want save your conversation with Chat-GPT?
This extension makes you save the conversations as txt file in your local computer.

You can have the conversations forever.
Just click the 'save' button !

If you need additional features, or fix bug, contact for me.

Version
1.1.1 - bug fixed : fix that the button has not worked
1.1.0 - bug fixed : enable using button on chatgpt page
1.0.0 - first published                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Saver ChatGPT Saver
ID olpladkgihgfigoncklfngjkadklakhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk
คำอธิบาย save chat-gpt conversion history
ขนาดไฟล์ 10.74 KB
จำนวนการติดตั้ง 423
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2023-02-06
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา sdm3690
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Saver",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "save chat-gpt conversion history",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}