Export GPT - Export your chats with GPTs
An extension to export your chats with pre-trained transformers
Export GPT - Export your chats with GPTs क्या है?
Export GPT - Export your chats with GPTs Rizwan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to export your chats with pre-trained transformers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Export GPT - Export your chats with GPTs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension to export your conversations with pre-trained transformers into a sharable PDF file. Currently it only supports ChatGPT
एक्सटेंशन की मूल जानकारी
नाम | Export GPT - Export your chats with GPTs |
ID | pipfffccmkdbpmnnpcnbecjmbgacnkob |
आधिकारिक URL | https://chromewebstore.google.com/detail/export-gpt-export-your-ch/pipfffccmkdbpmnnpcnbecjmbgacnkob |
विवरण | An extension to export your chats with pre-trained transformers |
फ़ाइल का आकार | 268 KB |
स्थापना संख्या | 118 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-05-10 |
प्रकाशन तिथि | 2023-05-05 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Rizwan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } ] } |