Chat-GPT PDF

Export your chat with Chat-GPT to PDF

Qu'est-ce que Chat-GPT PDF ?

Chat-GPT PDF est une extension Chrome développée par leandrosilvaferreira, et sa fonction principale est "Export your chat with Chat-GPT to PDF".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chat-GPT PDF

Téléchargez les fichiers d'extension Chat-GPT PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chat-GPT PDF Chat-GPT PDF
ID maggnpcbpofhnfcbiiejpbiekojfkhkf
URL Officiel https://chromewebstore.google.com/detail/chat-gpt-pdf/maggnpcbpofhnfcbiiejpbiekojfkhkf
Description Export your chat with Chat-GPT to PDF
Taille du Fichier 173 KB
Nombre d'Installations 23,041
Version Actuelle 1.4.10
Dernière Mise à Jour 2023-11-16
Date de Publication 2023-03-26
Évaluation 2.97/5 Total 36 Évaluations
Développeur leandrosilvaferreira
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.compayz.com
URL de la Page de Politique de Confidentialité https://compayz.com.br/termos-uso-chat-gpt-pdf
Langues Prises en Charge 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'"
    }
}