Export GPT - Export your chats with GPTs

An extension to export your chats with pre-trained transformers

Export GPT - Export your chats with GPTsとは何ですか?

Export GPT - Export your chats with GPTsはRizwanによって開発されたChromeの拡張機能で、その主な機能は「An extension to export your chats with pre-trained transformers」です。

拡張機能のスクリーンショット

screenshot
screenshot

Export GPT - Export your chats with GPTs拡張機能のCRXファイルをダウンロード

Export GPT - Export your chats with GPTs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension to export your conversations with pre-trained transformers into a sharable PDF file. Currently it only supports ChatGPT                    

拡張機能の基本情報

名前 Export GPT - Export your chats with GPTs Export GPT - Export your chats with GPTs
ID pipfffccmkdbpmnnpcnbecjmbgacnkob
公式URL https://chromewebstore.google.com/detail/export-gpt-export-your-ch/pipfffccmkdbpmnnpcnbecjmbgacnkob
説明 An extension to export your chats with pre-trained transformers
ファイルサイズ 268 KB
インストール数 118
現在のバージョン 1.0.2
最終更新日 2023-05-10
公開日 2023-05-05
評価 3.00/5 合計 2 レビュー
開発者 Rizwan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export GPT - Export your chats with GPTs",
    "description": "An extension to export your chats with pre-trained transformers",
    "version": "1.0.2",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "\/img\/exportgpt-16.png",
        "32": "\/img\/exportgpt-32.png",
        "48": "\/img\/exportgpt-48.png",
        "128": "\/img\/exportgpt-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "img\/icon-main.png",
                "img\/loader.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}