Claude2PDF - Convert Claude to PDF
Claude2PDF --Efficiently Convert Claude Data to PDF Reports
Claude2PDF - Convert Claude to PDF란 무엇입니까?
Claude2PDF - Convert Claude to PDF은(는) carl007766에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Claude2PDF --Efficiently Convert Claude Data to PDF Reports"입니다.
확장 프로그램 스크린샷
Claude2PDF - Convert Claude to PDF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Firstly, you need to search and download the "Claude2PDF " Chrome extension in the Chrome web store. After installation, visit https://claude.ai/ and find the content you want to save. On the page where the content is located, click the "Claude2PDF " extension icon in the top right corner of your browser. https://claude.ai/ on this site,you can save you chat content to pdf . Once done, click on the "Download PDF" button. Wait for a few moments until the PDF file is downloaded. You can find the file by clicking the "Finished" button on the browser's download progress bar and then opening it through a PDF reader.
확장 프로그램 기본 정보
이름 | Claude2PDF - Convert Claude to PDF |
ID | gfecmapalmejhcjbngopmmlcbdiggikp |
공식 URL | https://chromewebstore.google.com/detail/claude2pdf-convert-claude/gfecmapalmejhcjbngopmmlcbdiggikp |
설명 | Claude2PDF --Efficiently Convert Claude Data to PDF Reports |
파일 크기 | 35.55 KB |
설치 횟수 | 262 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2023-10-18 |
출시 날짜 | 2023-07-14 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | carl007766 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.chatgpt2pdf.com/service.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Claude2PDF - Convert Claude to PDF", "description": "Claude2PDF --Efficiently Convert Claude Data to PDF Reports", "manifest_version": 3, "version": "0.0.2", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "downloads", "cookies" ], "action": { "default_popup": "jump.html", "default_icon": "images\/32.png" }, "host_permissions": [ "https:\/\/claude.ai\/*" ], "web_accessible_resources": [ { "resources": [ "popup.css", "login.js", "popup.js" ], "matches": [ "https:\/\/claude.ai\/*" ] } ] } |