ChatGPT Copy Button Extension

Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste

¿Qué es ChatGPT Copy Button Extension?

ChatGPT Copy Button Extension es una extensión de Chrome desarrollada por jonathankelmanc, y su función principal es "Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ChatGPT Copy Button Extension

Descarga archivos de extensión ChatGPT Copy Button Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        **UPDATE 23 Nov 2023**
Open AI updated there UI so we needed to update our button. ITS ALL WORKING! :)

 Copy Button for ChatGPT Chats!

Have you ever found yourself wanting to copy a message from a ChatGPT conversation but struggling with the awkward copy and paste functionality? Our extension solves this problem by adding a simple "Copy" button to each message in the chat.

With the Copy Button for ChatGPT Chats, you can quickly and easily copy any message with just one click, saving you time and effort. Whether you're trying to share a message with a colleague or save it for later reference, our extension makes it easy to get the job done.

Installation is a breeze - simply add the extension to your Chrome browser and start using it right away. Say goodbye to clunky copy and paste and hello to smooth, effortless copying with the Copy Button for ChatGPT Chats. Try it out today!

If you got here cool! hows it going? :)                    

Información Básica de la Extensión

Nombre ChatGPT Copy Button Extension ChatGPT Copy Button Extension
ID ijcnijalaeoggpcklpfaijinjjnlochp
URL Oficial https://chromewebstore.google.com/detail/chatgpt-copy-button-exten/ijcnijalaeoggpcklpfaijinjjnlochp
Descripción Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste
Tamaño del Archivo 34.45 KB
Cantidad de Instalaciones 10,000
Versión Actual 3.0
Última Actualización 2023-11-24
Fecha de Publicación 2023-01-30
Calificación 3.24/5 Total de 21 Calificaciones
Desarrollador jonathankelmanc
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Copy Button Extension",
    "version": "3.0",
    "description": "Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste",
    "icons": {
        "128": ".\/images\/128.png",
        "48": ".\/images\/128.png",
        "32": ".\/images\/32.png",
        "16": ".\/images\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}