Chat-GPT PDF

Export your chat with Chat-GPT to PDF

什么是Chat-GPT PDF?

Chat-GPT PDF是由leandrosilvaferreira开发的Chrome扩展程序,该扩展的主要功能是“Export your chat with Chat-GPT to PDF”。

扩展截图

screenshot
screenshot

下载Chat-GPT PDF扩展crx文件

下载Chat-GPT PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A extensão Chat-GPT PDF para o Google Chrome permite que os usuários façam download de suas conversas com o ChatGPT como arquivos PDF de maneira fácil e rápida. Com apenas um clique, a extensão captura todo o histórico da conversa, formata-o adequadamente e gera um documento PDF que pode ser baixado e compartilhado. Essa ferramenta é útil para manter um registro das conversas com o ChatGPT, revisar informações importantes ou compartilhar insights com colegas e amigos.

The Chat-GPT PDF extension for Google Chrome allows users to easily and quickly download their conversations with ChatGPT as PDF files. With just one click, the extension captures the entire conversation history, formats it appropriately, and generates a PDF document that can be downloaded and shared. This tool is useful for keeping a record of conversations with ChatGPT, reviewing important information, or sharing insights with colleagues and friends.                    

扩展基本信息

名称 Chat-GPT PDF Chat-GPT PDF
ID maggnpcbpofhnfcbiiejpbiekojfkhkf
官方URL https://chromewebstore.google.com/detail/chat-gpt-pdf/maggnpcbpofhnfcbiiejpbiekojfkhkf
简介 Export your chat with Chat-GPT to PDF
文件大小 173 KB
安装次数 23,041
当前版本 1.4.10
更新时间 2023-11-16
上架时间 2023-03-26
评分 2.97/5 共36次评分
开发者 leandrosilvaferreira
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.compayz.com
隐私政策页面URL https://compayz.com.br/termos-uso-chat-gpt-pdf
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chat-GPT PDF",
    "description": "Export your chat with Chat-GPT to PDF",
    "version": "1.4.10",
    "author": "Leandro Silva Ferreira",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}