Scribe GPT

Download ChatGPT conversations as text files.

What is Scribe GPT?

Scribe GPT is a Chrome extension developed by gabrielkonodeveloper, and its main feature is "Download ChatGPT conversations as text files.".

Extension Screenshots

screenshot

Download Scribe GPT Extension CRX File

Download Scribe GPT 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

                        Introducing Scribe GPT, a convenient Chrome extension that makes saving, sharing, and exporting your ChatGPT conversations a breeze! With Scribe GPT, you can easily download your AI-generated conversations as TXT files, allowing you to keep a record of your insightful discussions, creative ideas, or simply the fun moments you had with ChatGPT.

Key Features:

Seamless integration: Scribe GPT works smoothly with ChatGPT, ensuring a hassle-free experience as you save your conversations.

One-click download: Save your ChatGPT conversations as TXT files with a single click, making it easy to store, share or analyze your conversations later.

Elegant design: Scribe GPT's clean and intuitive interface ensures a user-friendly experience, allowing you to focus on your conversations without distractions.

Secure and private: Your conversations are only saved locally on your device, ensuring the privacy and security of your data.

Whether you're an AI enthusiast, a content creator, a researcher, or someone who loves to engage with ChatGPT, Scribe GPT is the perfect companion to help you keep a record of your AI-generated conversations.

No more manual copying and pasting! With Scribe GPTe, capturing your ChatGPT conversations has never been easier. Try it now and revolutionize the way you interact with ChatGPT. Get Scribe GPT today!                    

Extension Basic Information

Name Scribe GPT Scribe GPT
ID pifeejniebebphajjamdjjbmikfdgccb
Official URL https://chromewebstore.google.com/detail/scribe-gpt/pifeejniebebphajjamdjjbmikfdgccb
Description Download ChatGPT conversations as text files.
File Size 6.64 MB
Installation Count 154
Current Version 1.0
Last Updated 2023-03-28
Publish Date 2023-03-27
Developer gabrielkonodeveloper
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scribe GPT",
    "version": "1.0",
    "description": "Download ChatGPT conversations as text files.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.openai.com\/repl\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}