WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT to MarkDown plus

ChatGPT to MarkDown plus

View on Chrome Web Store
View ChatGPT to MarkDown plus Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (36 ratings)
1 new ratings
16 views
This extension has been viewed 16 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 chat history from ChatGPT and Grok websites to normal format as Markdown, which can be opened via typora exactly.
Type
Extension
Users
2,000 users
500
marverlises
View author page of marverlises
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 9, 2024
Version 5.5
Manifest version
3
Updated
Updated on June 25, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View ChatGPT to MarkDown plus 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 MarkDown plus",
    "version": "5.5",
    "description": "Export chat history from ChatGPT and Grok websites to normal format as Markdown, which can be opened via typora exactly.",
    "permissions": [],
    "action": {
        "default_icon": {
            "16": "image16.png",
            "48": "image48.png",
            "128": "image128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openai.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/grok.com\/*",
                "https:\/\/gemini.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "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