Share Chat GPT

Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image

什么是Share Chat GPT?

Share Chat GPT是由danielkellyio开发的Chrome扩展程序,该扩展的主要功能是“Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image”。

扩展截图

screenshot

下载Share Chat GPT扩展crx文件

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

扩展使用说明

                        Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image                    

扩展基本信息

名称 Share Chat GPT Share Chat GPT
ID dchbgannbkhdanjbjgncijknhffdcagf
官方URL https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf
简介 Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
文件大小 150 KB
安装次数 2,446
当前版本 1.0
更新时间 2022-12-13
上架时间 2022-12-12
评分 2.75/5 共4次评分
开发者 danielkellyio
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share Chat GPT",
    "description": "Share full GPT Chat threads with a readonly webpage that can be copy\/pasted from and has an auto-generated social share image",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}