ShareGPT
Export ChatGPT conversations as an image
Apa itu ShareGPT?
ShareGPT adalah ekstensi Chrome yang dikembangkan oleh smgmusicdisplay, dan fitur utamanya adalah "Export ChatGPT conversations as an image".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShareGPT
Unduh file ekstensi ShareGPT 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
This chrome plugin is designed to help users share their conversations with a chatbot by taking a screenshot. With just a click of a button, the plugin allows users to capture a screenshot of their chatbot conversation and save it to their device. This can be useful for sharing interesting or important conversations with friends, colleagues, or for keeping a record of the conversation for later reference. The plugin is easy to use and integrates seamlessly with your chrome browser, making it a convenient tool for capturing and sharing chatbot conversations.
Informasi Dasar Ekstensi
Nama | ShareGPT |
ID | dhohfmgmabjpbeklhmhfjdodmchgjjlb |
URL Resmi | https://chromewebstore.google.com/detail/sharegpt/dhohfmgmabjpbeklhmhfjdodmchgjjlb |
Deskripsi | Export ChatGPT conversations as an image |
Ukuran File | 62.43 KB |
Jumlah Instalasi | 1,955 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-12-09 |
Tanggal Publikasi | 2022-12-09 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | smgmusicdisplay |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShareGPT", "description": "Export ChatGPT conversations as an image", "version": "1.0.0", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "icons": { "512": "icon512.png" }, "action": [] } |