ChatGPT Saver
save chat-gpt conversion history
ما هو ChatGPT Saver؟
ChatGPT Saver هو إضافة Chrome تم تطويرها بواسطة sdm3690، والميزة الرئيسية لها هي "save chat-gpt conversion history".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Saver
قم بتنزيل ملفات الامتداد ChatGPT Saver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you want save your conversation with Chat-GPT?
This extension makes you save the conversations as txt file in your local computer.
You can have the conversations forever.
Just click the 'save' button !
If you need additional features, or fix bug, contact for me.
Version
1.1.1 - bug fixed : fix that the button has not worked
1.1.0 - bug fixed : enable using button on chatgpt page
1.0.0 - first published معلومات أساسية عن التمديد
| الاسم | |
| ID | olpladkgihgfigoncklfngjkadklakhk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk |
| الوصف | save chat-gpt conversion history |
| حجم الملف | 10.74 KB |
| عدد التثبيتات | 423 |
| النسخة الحالية | 1.1.1 |
| آخر تحديث | 2023-10-10 |
| تاريخ النشر | 2023-02-06 |
| تقييم | 3.67/5 مجموع تقييمات 3 |
| المطور | sdm3690 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Saver",
"version": "1.1.1",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"description": "save chat-gpt conversion history",
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"background.js"
]
}
]
} | |