ChatGPT Save
Simple Chrome extension to save ChatGPT conversation threads.
Apa itu ChatGPT Save?
ChatGPT Save adalah ekstensi Chrome yang dikembangkan oleh jhnyckc, dan fitur utamanya adalah "Simple Chrome extension to save ChatGPT conversation threads.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChatGPT Save
Unduh file ekstensi ChatGPT Save 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
Save your interesting conversations with ChatGPT to CSV.
Informasi Dasar Ekstensi
Nama | ChatGPT Save |
ID | dacbcjjmegpiooanamonipdjhplejfml |
URL Resmi | https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml |
Deskripsi | Simple Chrome extension to save ChatGPT conversation threads. |
Ukuran File | 9.87 KB |
Jumlah Instalasi | 2,249 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-12-13 |
Tanggal Publikasi | 2022-12-12 |
Penilaian | 2.50/5 Total 2 Penilaian |
Pengembang | jhnyckc |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Save", "description": "Simple Chrome extension to save ChatGPT conversation threads.", "version": "0.0.1", "manifest_version": 3, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/chat.openai.com\/chat" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Save", "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } } } |