ShareGPT: Share your ChatGPT conversations
ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.
Apa itu ShareGPT: Share your ChatGPT conversations?
ShareGPT: Share your ChatGPT conversations adalah ekstensi Chrome yang dikembangkan oleh dom.eccleston, dan fitur utamanya adalah "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShareGPT: Share your ChatGPT conversations
Unduh file ekstensi ShareGPT: Share your ChatGPT conversations 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
Easily share permanent links to ChatGPT conversations with your friends.
Informasi Dasar Ekstensi
Nama | ShareGPT: Share your ChatGPT conversations |
ID | daiacboceoaocpibfodeljbdfacokfjb |
URL Resmi | https://chromewebstore.google.com/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb |
Deskripsi | ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click. |
Ukuran File | 56.12 KB |
Jumlah Instalasi | 53,990 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2023-06-16 |
Tanggal Publikasi | 2022-12-06 |
Penilaian | 2.83/5 Total 75 Penilaian |
Pengembang | dom.eccleston |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sharegpt.com |
URL Halaman Bantuan | https://twitter.com/dom__inic |
URL Halaman Kebijakan Privasi | https://domeccleston.notion.site/Privacy-Policy-73a5302dc77349a6892d632d975582bf |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareGPT: Share your ChatGPT conversations", "description": "ShareGPT is a Chrome extension that lets you your wildest ChatGPT conversations with one click.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Login to ShareGPT", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/sharegpt.com\/*" ] } |