Export GPT - Export your chats with GPTs
An extension to export your chats with pre-trained transformers
Apa itu Export GPT - Export your chats with GPTs?
Export GPT - Export your chats with GPTs adalah ekstensi Chrome yang dikembangkan oleh Rizwan, dan fitur utamanya adalah "An extension to export your chats with pre-trained transformers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Export GPT - Export your chats with GPTs
Unduh file ekstensi Export GPT - Export your chats with GPTs 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
An extension to export your conversations with pre-trained transformers into a sharable PDF file. Currently it only supports ChatGPT
Informasi Dasar Ekstensi
Nama | Export GPT - Export your chats with GPTs |
ID | pipfffccmkdbpmnnpcnbecjmbgacnkob |
URL Resmi | https://chromewebstore.google.com/detail/export-gpt-export-your-ch/pipfffccmkdbpmnnpcnbecjmbgacnkob |
Deskripsi | An extension to export your chats with pre-trained transformers |
Ukuran File | 268 KB |
Jumlah Instalasi | 118 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2023-05-10 |
Tanggal Publikasi | 2023-05-05 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Rizwan |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export GPT - Export your chats with GPTs", "description": "An extension to export your chats with pre-trained transformers", "version": "1.0.2", "manifest_version": 3, "action": [], "icons": { "16": "\/img\/exportgpt-16.png", "32": "\/img\/exportgpt-32.png", "48": "\/img\/exportgpt-48.png", "128": "\/img\/exportgpt-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "script.js" ] } ], "web_accessible_resources": [ { "resources": [ "style.css", "img\/icon-main.png", "img\/loader.png" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |