Chat Saver
A browser extension that allows you to save the current chat history of ChatGPT to your local device.
ما هو Chat Saver؟
Chat Saver هو إضافة Chrome تم تطويرها بواسطة Taipa Xu، والميزة الرئيسية لها هي "A browser extension that allows you to save the current chat history of ChatGPT to your local device.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chat Saver
قم بتنزيل ملفات الامتداد Chat Saver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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\/" ] } |