Chat Saver

A browser extension that allows you to save the current chat history of ChatGPT to your local device.

Chat Saverคืออะไร?

Chat Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taipa Xu และคุณลักษณะหลักของมันคือ "A browser extension that allows you to save the current chat history of ChatGPT to your local device."

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

screenshot
screenshot

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

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

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

                        A browser extension that allows you to save the current chat history of ChatGPT to your local device.                    

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

ชื่อ Chat Saver Chat Saver
ID gbccnnpigcfcheaeicpldgmjjojjmldb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb
คำอธิบาย A browser extension that allows you to save the current chat history of ChatGPT to your local device.
ขนาดไฟล์ 37.18 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2023-05-08
วันที่เผยแพร่ 2023-03-09
ผู้พัฒนา Taipa Xu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/TaipaXu/chat-saver
URL หน้าช่วยเหลือ https://github.com/TaipaXu/chat-saver
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat Saver",
    "version": "0.2.1",
    "description": "A browser extension that allows you to save the current chat history of ChatGPT to your local device.",
    "icons": {
        "16": ".\/assets\/icon.png",
        "48": ".\/assets\/icon.png",
        "128": ".\/assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/icon.png",
            "24": ".\/assets\/icon.png",
            "32": ".\/assets\/icon.png"
        },
        "default_title": "chat saver",
        "default_popup": "popup.html"
    },
    "background": {
        "type": "module",
        "service_worker": "service.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/"
    ]
}