Scribe GPT

Download ChatGPT conversations as text files.

Qu'est-ce que Scribe GPT ?

Scribe GPT est une extension Chrome développée par gabrielkonodeveloper, et sa fonction principale est "Download ChatGPT conversations as text files.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scribe GPT

Téléchargez les fichiers d'extension Scribe GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Scribe GPT Scribe GPT
ID pifeejniebebphajjamdjjbmikfdgccb
URL Officiel https://chromewebstore.google.com/detail/scribe-gpt/pifeejniebebphajjamdjjbmikfdgccb
Description Download ChatGPT conversations as text files.
Taille du Fichier 6.64 MB
Nombre d'Installations 154
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-28
Date de Publication 2023-03-27
Développeur gabrielkonodeveloper
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}