Chat Saver

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

Apa itu Chat Saver?

Chat Saver adalah ekstensi Chrome yang dikembangkan oleh Taipa Xu, dan fitur utamanya adalah "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Chat Saver

Unduh file ekstensi Chat Saver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Chat Saver Chat Saver
ID gbccnnpigcfcheaeicpldgmjjojjmldb
URL Resmi https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb
Deskripsi A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Ukuran File 37.18 KB
Jumlah Instalasi 47
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2023-05-08
Tanggal Publikasi 2023-03-09
Pengembang Taipa Xu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/TaipaXu/chat-saver
URL Halaman Bantuan https://github.com/TaipaXu/chat-saver
Bahasa yang Didukung 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\/"
    ]
}