ChatGPT Copier

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

Wat is ChatGPT Copier?

ChatGPT Copier is een Chrome-extensie ontwikkeld door https://digitalcontentnetworks.com, en de belangrijkste functie is "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ChatGPT Copier

Download ChatGPT Copier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ChatGPT Copier ChatGPT Copier
ID nkbmeknchklpmhfgafgfnmmegdacafbe
Officiële URL https://chromewebstore.google.com/detail/chatgpt-copier/nkbmeknchklpmhfgafgfnmmegdacafbe
Beschrijving Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard
Bestandsgrootte 18.42 KB
Aantal Installaties 604
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-08-27
Publicatiedatum 2023-02-15
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://digitalcontentnetworks.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
Help Pagina-URL https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
Ondersteunde Talen 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"
    ]
}