Chat Saver

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

Chat Saver là gì?

Chat Saver là một tiện ích mở rộng Chrome được phát triển bởi Taipa Xu, và tính năng chính của nó là "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chat Saver

Tải xuống các tệp mở rộng Chat Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chat Saver Chat Saver
ID gbccnnpigcfcheaeicpldgmjjojjmldb
URL Chính Thức https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb
Mô tả A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Kích Thước Tệp 37.18 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-05-08
Ngày Phát Hành 2023-03-09
Nhà Phát Triển Taipa Xu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/TaipaXu/chat-saver
URL Trang Trợ Giúp https://github.com/TaipaXu/chat-saver
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}