GPTMarker

GPTMarker - Share and save your ChatGPT conversations

什么是GPTMarker?

GPTMarker是由https://gptmarker.com开发的Chrome扩展程序,该扩展的主要功能是“GPTMarker - Share and save your ChatGPT conversations”。

扩展截图

screenshot
screenshot

下载GPTMarker扩展crx文件

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

扩展使用说明

                        The GPTMarker Chrome extension is a convenient and user-friendly tool that allows you to save and share your conversations with the ChatGPT. 

With this extension, you can easily create links of your conversations with the ChatGPT, as well as share them with others. This is a great way to keep track of your conversations with the ChatGPT and to share your conversations with others. 

Additionally, the extension is easy to use and can be a fun way to enhance your ChatGPT experience. 

Give it a try and see how it can help you save and share your conversations with the ChatGPT.                    

扩展基本信息

名称 GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
官方URL https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
简介 GPTMarker - Share and save your ChatGPT conversations
文件大小 150 KB
安装次数 289
当前版本 1.0.6
更新时间 2022-12-14
上架时间 2022-12-10
评分 5.00/5 共4次评分
开发者 https://gptmarker.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gptmarker.com
帮助页面URL https://www.gptmarker.com/support
隐私政策页面URL https://www.gptmarker.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTMarker",
    "author": "Altogic",
    "description": "GPTMarker - Share and save your ChatGPT conversations",
    "version": "1.0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    }
}