WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT to PDF – Save & Export Chats as PDF, Word & Markdown

ChatGPT to PDF – Save & Export Chats as PDF, Word & Markdown

View on Chrome Web Store
View ChatGPT to PDF – Save & Export Chats as PDF, Word & Markdown Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (12 ratings)
2 new ratings
1 views
This extension has been viewed 1 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.

One-click export ChatGPT to PDF, Word, or Markdown. Keeps code, tables,math equations and images perfectly formatted.
Type
Extension
Users
494 users
11
gptsexporter
View author page of gptsexporter
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 13, 2025
Version 2.0.8
Manifest version
3
Updated
Updated on October 10, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ChatGPT to PDF – Save & Export Chats as PDF, Word & Markdown 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 \u2013 Save & Export Chats as PDF, Word & Markdown",
    "short_name": "GPTS",
    "author": "GPTS Exporter",
    "version": "2.0.8",
    "description": "One-click export ChatGPT to PDF, Word, or Markdown. Keeps code, tables,math equations and images perfectly formatted.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chatgpt.com\/*",
        "https:\/\/gptsexporter.com\/api\/v1\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/gptsexporter.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon32.png",
            "48": "icon64.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon32.png",
        "48": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "css.css"
            ],
            "run_at": "document_end"
        }
    ]
}
© 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