ListGPT - Save & Share ChatGPT chats

Save & Share ChatGPT chats in private, protected or public mode

什么是ListGPT - Save & Share ChatGPT chats?

ListGPT - Save & Share ChatGPT chats是由https://listgpt.com开发的Chrome扩展程序,该扩展的主要功能是“Save & Share ChatGPT chats in private, protected or public mode”。

扩展截图

screenshot

下载ListGPT - Save & Share ChatGPT chats扩展crx文件

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

扩展使用说明

                        Supercharge your productivity in ChatGPT.

Save your ChatGPT chats in Public, Private or Protected mode.
You can also explore other public chats people had with AI.

How it works:

Step 1) Download the extension and login to Listgpt.com
Step 2) Go to https://chat.openai.com/chat
Step 3) A sidebar will automatically open, enabling you to save your chats.

Features:

- Save private chatgpt chats.
- Set privacy to Public, Private or Protected (share link with people)
- Get access to prompt library
- Save your whole conversation with ChatGPT
- Save only certain messages
- Download messages as text files
- Share a private link with others
- Explore public conversations
- Access your chats faster

You can automatically save your chats in private, public or protected mode.                    

扩展基本信息

名称 ListGPT - Save & Share ChatGPT chats ListGPT - Save & Share ChatGPT chats
ID igfmhikgjcmmaidhfdpcfbdjcbmabfac
官方URL https://chromewebstore.google.com/detail/listgpt-save-share-chatgp/igfmhikgjcmmaidhfdpcfbdjcbmabfac
简介 Save & Share ChatGPT chats in private, protected or public mode
文件大小 58.47 KB
安装次数 223
当前版本 1.1.2
更新时间 2023-02-11
上架时间 2022-12-21
评分 5.00/5 共1次评分
开发者 https://listgpt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://listgpt.com
帮助页面URL https://listgpt.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ListGPT - Save & Share ChatGPT chats",
    "description": "Save & Share ChatGPT chats in private, protected or public mode",
    "version": "1.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat",
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                ".\/lib\/jquery.min.js",
                "index.js",
                ".\/lib\/marked.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/chat"
    ],
    "permissions": []
}