Save ChatGPT Transcript

Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.

Apa itu Save ChatGPT Transcript?

Save ChatGPT Transcript adalah ekstensi Chrome yang dikembangkan oleh H2W Ventures, dan fitur utamanya adalah "Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Save ChatGPT Transcript

Unduh file ekstensi Save ChatGPT Transcript 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

                        Easy one-click save ChatGPT transcript as a local HTML file with user/AI highlighting. Choose your own filename. No data saved remotely, privacy ensured.                    

Informasi Dasar Ekstensi

Nama Save ChatGPT Transcript Save ChatGPT Transcript
ID hkclgbgcgdmlopmnbakdclgpdnklabcd
URL Resmi https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd
Deskripsi Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
Ukuran File 8.23 KB
Jumlah Instalasi 263
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-03-17
Tanggal Publikasi 2023-02-20
Penilaian 4.17/5 Total 6 Penilaian
Pengembang H2W Ventures
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save ChatGPT Transcript",
    "version": "1.1",
    "description": "Save ChatGPT transcript as an HTML file with user\/AI highlighting. Choose your own filename.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Save ChatGPT Transcript"
    },
    "background": {
        "service_worker": "popup.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128x128.png"
    }
}