Save ChatGPT Transcript

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

什麼是Save ChatGPT Transcript?

Save ChatGPT Transcript是由H2W Ventures開發的Chrome擴展程式,該擴展的主要功能是“Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.”。

擴展截圖

screenshot

下載Save ChatGPT Transcript擴展crx文件

下載Save ChatGPT Transcript擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Save ChatGPT Transcript Save ChatGPT Transcript
ID hkclgbgcgdmlopmnbakdclgpdnklabcd
官方網址 https://chromewebstore.google.com/detail/save-chatgpt-transcript/hkclgbgcgdmlopmnbakdclgpdnklabcd
簡介 Save ChatGPT transcript as an HTML file with user/AI highlighting. Choose your own filename.
檔案大小 8.23 KB
安裝次數 263
目前版本 1.1
更新時間 2023-03-17
上架時間 2023-02-20
評分 4.17/5 共 6 次評分
開發者 H2W Ventures
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}