Scribe GPT

Download ChatGPT conversations as text files.

O que é Scribe GPT?

Scribe GPT é uma extensão do Chrome desenvolvida por gabrielkonodeveloper, e sua principal característica é "Download ChatGPT conversations as text files.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scribe GPT

Baixe arquivos de extensão Scribe GPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Scribe GPT Scribe GPT
ID pifeejniebebphajjamdjjbmikfdgccb
URL Oficial https://chromewebstore.google.com/detail/scribe-gpt/pifeejniebebphajjamdjjbmikfdgccb
Descrição Download ChatGPT conversations as text files.
Tamanho do Arquivo 6.64 MB
Contagem de Instalações 154
Versão Atual 1.0
Última Atualização 2023-03-28
Data de Publicação 2023-03-27
Desenvolvedor gabrielkonodeveloper
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}