Export GPT - Export your chats with GPTs
An extension to export your chats with pre-trained transformers
Co je Export GPT - Export your chats with GPTs?
Export GPT - Export your chats with GPTs je rozšíření Chrome vyvinuté Rizwan, a jeho hlavní funkcí je „An extension to export your chats with pre-trained transformers“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Export GPT - Export your chats with GPTs
Stáhněte si soubory rozšíření Export GPT - Export your chats with GPTs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
An extension to export your conversations with pre-trained transformers into a sharable PDF file. Currently it only supports ChatGPT
Základní Informace o Rozšíření
Název | Export GPT - Export your chats with GPTs |
ID | pipfffccmkdbpmnnpcnbecjmbgacnkob |
Oficiální URL | https://chromewebstore.google.com/detail/export-gpt-export-your-ch/pipfffccmkdbpmnnpcnbecjmbgacnkob |
Popis | An extension to export your chats with pre-trained transformers |
Velikost souboru | 268 KB |
Počet instalací | 118 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2023-05-10 |
Datum Vydání | 2023-05-05 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Rizwan |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |