Save ChatGPT Transcript

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

What is Save ChatGPT Transcript?

Save ChatGPT Transcript is a Chrome extension developed by H2W Ventures, and its main feature is "Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.".

Extension Screenshots

screenshot

Download Save ChatGPT Transcript Extension CRX File

Download Save ChatGPT Transcript extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save ChatGPT Transcript Save ChatGPT Transcript
ID hkclgbgcgdmlopmnbakdclgpdnklabcd
Official URL https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd
Description Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
File Size 8.23 KB
Installation Count 263
Current Version 1.1
Last Updated 2023-03-17
Publish Date 2023-02-20
Rating 4.17/5 Total 6 Ratings
Developer H2W Ventures
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}