Copy Chat GPT

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

What is Copy Chat GPT?

Copy Chat GPT is a Chrome extension developed by keithtrroy, and its main feature is "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K".

Extension Screenshots

screenshot

Download Copy Chat GPT Extension CRX File

Download Copy Chat GPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Copy Chat GPT Copy Chat GPT
ID ejhmbicpoopanfdgheceflehbmapaeji
Official URL https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji
Description This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
File Size 132 KB
Installation Count 157
Current Version 0.2.1
Last Updated 2023-01-19
Publish Date 2023-01-19
Rating 3.00/5 Total 2 Ratings
Developer keithtrroy
Payment Type free
Extension Website https://inkbotdesign.com/
Help Page URL https://inkbotdesign.com/contact/
Supported Languages 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\/*"
            ]
        }
    ]
}