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
公式URL 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
Eメール [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"
            ]
        }
    ]
}