Chat-GPT PDF

Export your chat with Chat-GPT to PDF

Was ist Chat-GPT PDF?

Chat-GPT PDF ist eine Chrome-Erweiterung, die von leandrosilvaferreira entwickelt wurde, und ihr Hauptmerkmal ist "Export your chat with Chat-GPT to PDF".

Erweiterungsscreenshots

screenshot
screenshot

Chat-GPT PDF-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chat-GPT PDF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chat-GPT PDF Chat-GPT PDF
ID maggnpcbpofhnfcbiiejpbiekojfkhkf
Offizielle URL https://chromewebstore.google.com/detail/chat-gpt-pdf/maggnpcbpofhnfcbiiejpbiekojfkhkf
Beschreibung Export your chat with Chat-GPT to PDF
Dateigröße 173 KB
Installationsanzahl 23,041
Aktuelle Version 1.4.10
Letztes Update 2023-11-16
Veröffentlichungsdatum 2023-03-26
Bewertung 2.97/5 Insgesamt 36 Bewertungen
Entwickler leandrosilvaferreira
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.compayz.com
URL der Datenschutzrichtlinien-Seite https://compayz.com.br/termos-uso-chat-gpt-pdf
Unterstützte Sprachen 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'"
    }
}