ChatGPT Saver

save chat-gpt conversion history

什么是ChatGPT Saver?

ChatGPT Saver是由sdm3690开发的Chrome扩展程序,该扩展的主要功能是“save chat-gpt conversion history”。

扩展截图

screenshot
screenshot
screenshot

下载ChatGPT Saver扩展crx文件

下载ChatGPT Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you want save your conversation with Chat-GPT?
This extension makes you save the conversations as txt file in your local computer.

You can have the conversations forever.
Just click the 'save' button !

If you need additional features, or fix bug, contact for me.

Version
1.1.1 - bug fixed : fix that the button has not worked
1.1.0 - bug fixed : enable using button on chatgpt page
1.0.0 - first published                    

扩展基本信息

名称 ChatGPT Saver ChatGPT Saver
ID olpladkgihgfigoncklfngjkadklakhk
官方URL https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk
简介 save chat-gpt conversion history
文件大小 10.74 KB
安装次数 423
当前版本 1.1.1
更新时间 2023-10-10
上架时间 2023-02-06
评分 3.67/5 共3次评分
开发者 sdm3690
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Saver",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "save chat-gpt conversion history",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}