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
官方網址 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'"
    }
}