Share Chat GPT

Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image

O que é Share Chat GPT?

Share Chat GPT é uma extensão do Chrome desenvolvida por danielkellyio, e sua principal característica é "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Share Chat GPT

Baixe arquivos de extensão Share Chat GPT 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

                        Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image                    

Informações Básicas da Extensão

Nome Share Chat GPT Share Chat GPT
ID dchbgannbkhdanjbjgncijknhffdcagf
URL Oficial https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf
Descrição Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Tamanho do Arquivo 150 KB
Contagem de Instalações 2,446
Versão Atual 1.0
Última Atualização 2022-12-13
Data de Publicação 2022-12-12
Classificação 2.75/5 Total de 4 Avaliações
Desenvolvedor danielkellyio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share Chat GPT",
    "description": "Share full GPT Chat threads with a readonly webpage that can be copy\/pasted from and has an auto-generated social share image",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}