Export GPT - Export your chats with GPTs
An extension to export your chats with pre-trained transformers
Cos'è Export GPT - Export your chats with GPTs?
Export GPT - Export your chats with GPTs è un'estensione di Chrome sviluppata da Rizwan, e la sua funzione principale è "An extension to export your chats with pre-trained transformers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Export GPT - Export your chats with GPTs
Scarica i file di estensione Export GPT - Export your chats with GPTs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An extension to export your conversations with pre-trained transformers into a sharable PDF file. Currently it only supports ChatGPT
Informazioni di Base sull'Estensione
Nome | Export GPT - Export your chats with GPTs |
ID | pipfffccmkdbpmnnpcnbecjmbgacnkob |
URL Ufficiale | https://chromewebstore.google.com/detail/export-gpt-export-your-ch/pipfffccmkdbpmnnpcnbecjmbgacnkob |
Descrizione | An extension to export your chats with pre-trained transformers |
Dimensione del File | 268 KB |
Conteggio Installazioni | 118 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-05-10 |
Data di Pubblicazione | 2023-05-05 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Rizwan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |