Export GPT - Export your chats with GPTs
An extension to export your chats with pre-trained transformers
Wat is Export GPT - Export your chats with GPTs?
Export GPT - Export your chats with GPTs is een Chrome-extensie ontwikkeld door Rizwan, en de belangrijkste functie is "An extension to export your chats with pre-trained transformers".
Extensie Screenshots
Download het CRX-bestand van de extensie Export GPT - Export your chats with GPTs
Download Export GPT - Export your chats with GPTs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension to export your conversations with pre-trained transformers into a sharable PDF file. Currently it only supports ChatGPT
Basisinformatie over de Extensie
Naam | Export GPT - Export your chats with GPTs |
ID | pipfffccmkdbpmnnpcnbecjmbgacnkob |
Officiële URL | https://chromewebstore.google.com/detail/export-gpt-export-your-ch/pipfffccmkdbpmnnpcnbecjmbgacnkob |
Beschrijving | An extension to export your chats with pre-trained transformers |
Bestandsgrootte | 268 KB |
Aantal Installaties | 118 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-05-10 |
Publicatiedatum | 2023-05-05 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Rizwan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |