Chat Saver

A browser extension that allows you to save the current chat history of ChatGPT to your local device.

O que é Chat Saver?

Chat Saver é uma extensão do Chrome desenvolvida por Taipa Xu, e sua principal característica é "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Chat Saver

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

                        A browser extension that allows you to save the current chat history of ChatGPT to your local device.                    

Informações Básicas da Extensão

Nome Chat Saver Chat Saver
ID gbccnnpigcfcheaeicpldgmjjojjmldb
URL Oficial https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb
Descrição A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Tamanho do Arquivo 37.18 KB
Contagem de Instalações 47
Versão Atual 0.2.1
Última Atualização 2023-05-08
Data de Publicação 2023-03-09
Desenvolvedor Taipa Xu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/TaipaXu/chat-saver
URL da Página de Ajuda https://github.com/TaipaXu/chat-saver
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat Saver",
    "version": "0.2.1",
    "description": "A browser extension that allows you to save the current chat history of ChatGPT to your local device.",
    "icons": {
        "16": ".\/assets\/icon.png",
        "48": ".\/assets\/icon.png",
        "128": ".\/assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/icon.png",
            "24": ".\/assets\/icon.png",
            "32": ".\/assets\/icon.png"
        },
        "default_title": "chat saver",
        "default_popup": "popup.html"
    },
    "background": {
        "type": "module",
        "service_worker": "service.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/"
    ]
}