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"입니다.
확장 프로그램 스크린샷
Chat-GPT PDF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } } |