Chat Saver
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
Chat Saver क्या है?
Chat Saver Taipa Xu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that allows you to save the current chat history of ChatGPT to your local device."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chat Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gbccnnpigcfcheaeicpldgmjjojjmldb |
आधिकारिक URL | https://chromewebstore.google.com/detail/chat-saver/gbccnnpigcfcheaeicpldgmjjojjmldb |
विवरण | A browser extension that allows you to save the current chat history of ChatGPT to your local device. |
फ़ाइल का आकार | 37.18 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2023-05-08 |
प्रकाशन तिथि | 2023-03-09 |
डेवलपर | Taipa Xu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/TaipaXu/chat-saver |
सहायता पृष्ठ URL | https://github.com/TaipaXu/chat-saver |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat Saver", "version": "0.2.1", "description": "A browser extension that allows you to save the current chat history of ChatGPT to your local device.", "icons": { "16": ".\/assets\/icon.png", "48": ".\/assets\/icon.png", "128": ".\/assets\/icon.png" }, "action": { "default_icon": { "16": ".\/assets\/icon.png", "24": ".\/assets\/icon.png", "32": ".\/assets\/icon.png" }, "default_title": "chat saver", "default_popup": "popup.html" }, "background": { "type": "module", "service_worker": "service.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/" ] } |