ChatGPT Copier

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

O que é ChatGPT Copier?

ChatGPT Copier é uma extensão do Chrome desenvolvida por https://digitalcontentnetworks.com, e sua principal característica é "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatGPT Copier

Baixe arquivos de extensão ChatGPT Copier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ChatGPT Copier ChatGPT Copier
ID nkbmeknchklpmhfgafgfnmmegdacafbe
URL Oficial https://chromewebstore.google.com/detail/chatgpt-copier/nkbmeknchklpmhfgafgfnmmegdacafbe
Descrição Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard
Tamanho do Arquivo 18.42 KB
Contagem de Instalações 604
Versão Atual 1.0.0
Última Atualização 2023-08-27
Data de Publicação 2023-02-15
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://digitalcontentnetworks.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
URL da Página de Ajuda https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
Idiomas Suportados 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"
    ]
}