ChatGPT Copier

Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard

什么是ChatGPT Copier?

ChatGPT Copier是由https://digitalcontentnetworks.com开发的Chrome扩展程序,该扩展的主要功能是“Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard”。

扩展截图

screenshot

下载ChatGPT Copier扩展crx文件

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

扩展使用说明

                        ChatGPT Copier is a must-have extension for anyone who uses ChatGPT. It adds a sticky icon next to each answer, making it incredibly easy to copy the answers you need. No more manual copying and pasting - just click the icon and you're done! This extension is perfect for anyone who wants to save and use ChatGPT's answers in their own work. Don't waste time copying and pasting - install ChatGPT Copier today and get the answers you need with just one click.                    

扩展基本信息

名称 ChatGPT Copier ChatGPT Copier
ID nkbmeknchklpmhfgafgfnmmegdacafbe
官方URL https://chromewebstore.google.com/detail/chatgpt-copier/nkbmeknchklpmhfgafgfnmmegdacafbe
简介 Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard
文件大小 18.42 KB
安装次数 604
当前版本 1.0.0
更新时间 2023-08-27
上架时间 2023-02-15
评分 3.00/5 共2次评分
开发者 https://digitalcontentnetworks.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
帮助页面URL https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Copier",
    "description": "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard",
    "version": "1.0.0",
    "icons": {
        "16": "\/images\/chatgpt-copier-16x16.png",
        "32": "\/images\/chatgpt-copier-32x32.png",
        "48": "\/images\/chatgpt-copier-48x48.png",
        "128": "\/images\/chatgpt-copier-128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "chatgpt-copier.png"
    },
    "permissions": [
        "clipboardWrite"
    ]
}