Export GPT - Export your chats with GPTs

An extension to export your chats with pre-trained transformers

What is Export GPT - Export your chats with GPTs?

Export GPT - Export your chats with GPTs is a Chrome extension developed by Rizwan, and its main feature is "An extension to export your chats with pre-trained transformers".

Extension Screenshots

screenshot
screenshot

Download Export GPT - Export your chats with GPTs Extension CRX File

Download Export GPT - Export your chats with GPTs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An extension to export your conversations with pre-trained transformers into a sharable PDF file. Currently it only supports ChatGPT                    

Extension Basic Information

Name Export GPT - Export your chats with GPTs Export GPT - Export your chats with GPTs
ID pipfffccmkdbpmnnpcnbecjmbgacnkob
Official URL https://chromewebstore.google.com/detail/export-gpt-export-your-ch/pipfffccmkdbpmnnpcnbecjmbgacnkob
Description An extension to export your chats with pre-trained transformers
File Size 268 KB
Installation Count 118
Current Version 1.0.2
Last Updated 2023-05-10
Publish Date 2023-05-05
Rating 3.00/5 Total 2 Ratings
Developer Rizwan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export GPT - Export your chats with GPTs",
    "description": "An extension to export your chats with pre-trained transformers",
    "version": "1.0.2",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "\/img\/exportgpt-16.png",
        "32": "\/img\/exportgpt-32.png",
        "48": "\/img\/exportgpt-48.png",
        "128": "\/img\/exportgpt-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "img\/icon-main.png",
                "img\/loader.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}