GPTShare

"Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…

O que é GPTShare?

GPTShare é uma extensão do Chrome desenvolvida por daisuke.sato1991, e sua principal característica é ""Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GPTShare

Baixe arquivos de extensão GPTShare 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

                        "Embrace the future of sharing with ChatGPT"

The Chrome extension designed to simplify sharing your ChatGPT conversations. Say goodbye to the hassle of taking screenshots or dealing with copy-paste!

With just a single click, you can generate a link to share with others. It's easy, efficient, and completely free to use.                    

Informações Básicas da Extensão

Nome GPTShare GPTShare
ID ckcfecajiabjpjjjfcbkncajmmhpjmhl
URL Oficial https://chromewebstore.google.com/detail/gptshare/ckcfecajiabjpjjjfcbkncajmmhpjmhl
Descrição "Embrace the future of sharing with ChatGPT" The Chrome extension designed to simplify sharing your ChatGPT conversations. Say…
Tamanho do Arquivo 7.31 MB
Contagem de Instalações 215
Versão Atual 1.0.0
Última Atualização 2023-04-23
Data de Publicação 2023-04-22
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor daisuke.sato1991
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://dsk310.notion.site/Privacy-Policy-cde053ff78234af2afd51e497c123e94
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "GPTShare",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}