ChatGPT Save

Simple Chrome extension to save ChatGPT conversation threads.

什么是ChatGPT Save?

ChatGPT Save是由jhnyckc开发的Chrome扩展程序,该扩展的主要功能是“Simple Chrome extension to save ChatGPT conversation threads.”。

扩展截图

screenshot

下载ChatGPT Save扩展crx文件

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

扩展使用说明

                        Save your interesting conversations with ChatGPT to CSV.                    

扩展基本信息

名称 ChatGPT Save ChatGPT Save
ID dacbcjjmegpiooanamonipdjhplejfml
官方URL https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml
简介 Simple Chrome extension to save ChatGPT conversation threads.
文件大小 9.87 KB
安装次数 2,249
当前版本 0.0.1
更新时间 2022-12-13
上架时间 2022-12-12
评分 2.50/5 共2次评分
开发者 jhnyckc
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Save",
    "description": "Simple Chrome extension to save ChatGPT conversation threads.",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/chat"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT Save",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    }
}