WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Exporter: Save ChatGPT, Gemini to PDF | To Markdown | Sync to Notion

AI Exporter: Save ChatGPT, Gemini to PDF | To Markdown | Sync to Notion

View on Chrome Web Store
View AI Exporter: Save ChatGPT, Gemini to PDF | To Markdown | Sync to Notion Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (164 ratings)
1 new ratings
52 views
This extension has been viewed 52 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.

Export ChatGPT, DeepSeek, Gemini, Grok chats to PDF/Markdown/Txt/image. Supports download/copy, content selection, and Notion sync.
Type
Extension
Users
10,000 users
1K
Website saveai.net
mr_xuxiaoxiang
View author page of mr_xuxiaoxiang
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 22, 2023
Version 3.6.3
Manifest version
3
Updated
Updated on October 19, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AI Exporter: Save ChatGPT, Gemini to PDF | To Markdown | Sync to Notion 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__",
    "description": "__MSG_extensionDescription__",
    "version": "3.6.3",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules\/request_modifier_rule.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject-web.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "https:\/\/aistudio.google.com\/*",
                "https:\/\/chat.deepseek.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/grok.com\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/tongyi.aliyun.com\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.com.hk\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/yuanbao.tencent.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "AI Exporter Actions",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/aistudio.google.com\/*",
                "https:\/\/chat.deepseek.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/grok.com\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/tongyi.aliyun.com\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.com.hk\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/yuanbao.tencent.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/start.js"
            ]
        }
    ]
}
© 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