WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Exporter: Export ChatGPT,Gemini,Claude and Deepseek to PNG/PDF/MD

AI Exporter: Export ChatGPT,Gemini,Claude and Deepseek to PNG/PDF/MD

View on Chrome Web Store
View AI Exporter: Export ChatGPT,Gemini,Claude and Deepseek to PNG/PDF/MD Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (37 ratings)
1 new ratings
1 views
This extension has been viewed 1 times

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

Export and download chats from ChatGPT, DeepSeek, Gemini, Claude and Grok as PDF, PNG, TXT, or Markdown. Free & customizable.
Type
Extension
Users
2,000 users
1K
mr_xuxiaoxiang
View author page of mr_xuxiaoxiang
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 22, 2023
Version 3.2.1
Manifest version
3
Updated
Updated on May 10, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View AI Exporter: Export ChatGPT,Gemini,Claude and Deepseek to PNG/PDF/MD 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": "__MSG_extensionName__",
    "version": "3.2.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "action": {
        "default_icon": "assets\/icon\/128.png",
        "default_popup": "dist\/popup\/index.html"
    },
    "options_ui": {
        "page": "dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "dist\/background\/index.mjs"
    },
    "icons": {
        "16": "assets\/icon\/16.png",
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.chatgpt.com\/*",
        "https:\/\/chat.openai.com\/*",
        "https:\/\/www.google-analytics.com\/*",
        "https:\/\/yuanbao.tencent.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatgpt.com\/*",
                "https:\/\/yuanbao.tencent.com\/*",
                "https:\/\/chat.deepseek.com\/*",
                "https:\/\/tongyi.aliyun.com\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/grok.com\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ],
            "css": [
                "dist\/contentScripts\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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