EmbedGPT - Embed ChatGPT content

Share with one click and easily paste externally.

O que é EmbedGPT - Embed ChatGPT content?

EmbedGPT - Embed ChatGPT content é uma extensão do Chrome desenvolvida por https://embedgpt.vercel.app, e sua principal característica é "Share with one click and easily paste externally.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão EmbedGPT - Embed ChatGPT content

Baixe arquivos de extensão EmbedGPT - Embed ChatGPT content 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

                        Easily share ChatGPT content with one click.

You can paste it to a forum as an iframe or share it to communities such as Twitter and Reddit.                    

Informações Básicas da Extensão

Nome EmbedGPT - Embed ChatGPT content EmbedGPT - Embed ChatGPT content
ID nbjoccgcnhjmhpholoagaodhgiehbloa
URL Oficial https://chromewebstore.google.com/detail/embedgpt-embed-chatgpt-co/nbjoccgcnhjmhpholoagaodhgiehbloa
Descrição Share with one click and easily paste externally.
Tamanho do Arquivo 9.15 KB
Contagem de Instalações 114
Versão Atual 1.2.2
Última Atualização 2023-04-26
Data de Publicação 2023-03-02
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://embedgpt.vercel.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://embedgpt.vercel.app
URL da Página de Ajuda https://embedgpt.vercel.app
Idiomas Suportados en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.2.2",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png"
        },
        "default_title": "Share Content"
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ko"
}