Copy Chat GPT

This extension allows you to copy chat GPT responses with a click of a button or through CMD+K

Hvad er Copy Chat GPT?

Copy Chat GPT er en Chrome-udvidelse udviklet af keithtrroy, og dens hovedfunktion er "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K".

Udvidelsesskærmbilleder

screenshot

Download Copy Chat GPT-udvidelses-CRX-fil

Download Copy Chat GPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension allows you to copy chat GPT responses with a click of a button or through CMD+K                    

Grundlæggende oplysninger om udvidelsen

Navn Copy Chat GPT Copy Chat GPT
ID ejhmbicpoopanfdgheceflehbmapaeji
Officiel URL https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji
Beskrivelse This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Filstørrelse 132 KB
Antal Installationer 157
Nuværende Version 0.2.1
Senest Opdateret 2023-01-19
Udgivelsesdato 2023-01-19
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler keithtrroy
Betalingsmetode free
Udvidelseswebsted https://inkbotdesign.com/
Hjælpeside-URL https://inkbotdesign.com/contact/
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Mohsin",
    "name": "Copy Chat GPT",
    "icons": {
        "16": "media\/16.png",
        "19": "media\/19.png",
        "38": "media\/38.png",
        "48": "media\/48.png",
        "128": "media\/128.png"
    },
    "description": "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K",
    "version": "0.2.1",
    "content_scripts": [
        {
            "js": [
                "init.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}