Claude2PDF - Convert Claude to PDF
Claude2PDF --Efficiently Convert Claude Data to PDF Reports
Qu'est-ce que Claude2PDF - Convert Claude to PDF ?
Claude2PDF - Convert Claude to PDF est une extension Chrome développée par carl007766, et sa fonction principale est "Claude2PDF --Efficiently Convert Claude Data to PDF Reports".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Claude2PDF - Convert Claude to PDF
Téléchargez les fichiers d'extension Claude2PDF - Convert Claude to 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
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.
Informations de Base sur l'Extension
Nom | Claude2PDF - Convert Claude to PDF |
ID | gfecmapalmejhcjbngopmmlcbdiggikp |
URL Officiel | https://chromewebstore.google.com/detail/claude2pdf-convert-claude/gfecmapalmejhcjbngopmmlcbdiggikp |
Description | Claude2PDF --Efficiently Convert Claude Data to PDF Reports |
Taille du Fichier | 35.55 KB |
Nombre d'Installations | 262 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2023-10-18 |
Date de Publication | 2023-07-14 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | carl007766 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.chatgpt2pdf.com/service.html |
Langues Prises en Charge | 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\/*" ] } ] } |