gpt.best

Share ChatGPT Transcripts

Apa itu gpt.best?

gpt.best adalah ekstensi Chrome yang dikembangkan oleh Riley Tomasek, dan fitur utamanya adalah "Share ChatGPT Transcripts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi gpt.best

Unduh file ekstensi gpt.best dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama gpt.best gpt.best
ID lfjehajehlondfmmdnacgomigbkfahln
URL Resmi https://chromewebstore.google.com/detail/gptbest/lfjehajehlondfmmdnacgomigbkfahln
Deskripsi Share ChatGPT Transcripts
Ukuran File 7.94 KB
Jumlah Instalasi 850
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-03-21
Tanggal Publikasi 2022-12-12
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Riley Tomasek
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gpt.best/
Bahasa yang Didukung 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"
    }
}