gpt.best

Share ChatGPT Transcripts

gpt.bestとは何ですか?

gpt.bestはRiley Tomasekによって開発されたChromeの拡張機能で、その主な機能は「Share ChatGPT Transcripts」です。

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

screenshot

gpt.best拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        GPTBest adds a share button to the ChatGPT app that creates a shareable link from the current conversation. It's great for sharing longer conversations that don't fit in a screenshot.                    

拡張機能の基本情報

名前 gpt.best gpt.best
ID lfjehajehlondfmmdnacgomigbkfahln
公式URL https://chromewebstore.google.com/detail/gptbest/lfjehajehlondfmmdnacgomigbkfahln
説明 Share ChatGPT Transcripts
ファイルサイズ 7.94 KB
インストール数 850
現在のバージョン 1.1.0
最終更新日 2023-03-21
公開日 2022-12-12
評価 4.20/5 合計 5 レビュー
開発者 Riley Tomasek
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gpt.best/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gpt.best",
    "description": "Share ChatGPT Transcripts",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}