Claude2PDF - Convert Claude to PDF

Claude2PDF --Efficiently Convert Claude Data to PDF Reports

Claude2PDF - Convert Claude to PDF क्या है?

Claude2PDF - Convert Claude to PDF carl007766 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Claude2PDF --Efficiently Convert Claude Data to PDF Reports"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Claude2PDF - Convert Claude to PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
            ]
        }
    ]
}