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ファイルをダウンロード
Claude2PDF - Convert Claude to PDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } ] } |