WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT to PDF by PDFCrowd

ChatGPT to PDF by PDFCrowd

View on Chrome Web Store
View ChatGPT to PDF by PDFCrowd Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (288 ratings)
1 new ratings
13 views
This extension has been viewed 13 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Turn your chats into neatly formatted PDF.
Type
Extension
Users
90,000 users
10K
Website pdfcrowd.com
Pdfcrowd Team
View author page of Pdfcrowd Team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 11, 2024
Version 1.26
Manifest version
3
Updated
Updated on June 4, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ChatGPT to PDF by PDFCrowd Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT to PDF by PDFCrowd",
    "version": "1.26",
    "description": "Turn your chats into neatly formatted PDF.",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chatgpt.com\/*",
                "*:\/\/chat.com\/*"
            ],
            "js": [
                "shared.js",
                "common.js",
                "request.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "100"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top