ChatGPT Copier

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

Was ist ChatGPT Copier?

ChatGPT Copier ist eine Chrome-Erweiterung, die von https://digitalcontentnetworks.com entwickelt wurde, und ihr Hauptmerkmal ist "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard".

Erweiterungsscreenshots

screenshot

ChatGPT Copier-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT Copier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT Copier ChatGPT Copier
ID nkbmeknchklpmhfgafgfnmmegdacafbe
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-copier/nkbmeknchklpmhfgafgfnmmegdacafbe
Beschreibung Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard
Dateigröße 18.42 KB
Installationsanzahl 604
Aktuelle Version 1.0.0
Letztes Update 2023-08-27
Veröffentlichungsdatum 2023-02-15
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://digitalcontentnetworks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
Hilfeseite URL https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
Unterstützte Sprachen 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"
    ]
}