Scribe GPT

Download ChatGPT conversations as text files.

什麼是Scribe GPT?

Scribe GPT是由gabrielkonodeveloper開發的Chrome擴展程式,該擴展的主要功能是“Download ChatGPT conversations as text files.”。

擴展截圖

screenshot

下載Scribe GPT擴展crx文件

下載Scribe GPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Scribe GPT Scribe GPT
ID pifeejniebebphajjamdjjbmikfdgccb
官方網址 https://chromewebstore.google.com/detail/scribe-gpt/pifeejniebebphajjamdjjbmikfdgccb
簡介 Download ChatGPT conversations as text files.
檔案大小 6.64 MB
安裝次數 154
目前版本 1.0
更新時間 2023-03-28
上架時間 2023-03-27
開發者 gabrielkonodeveloper
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}