ChatGPT Continue Button
Add a continue button to ChatGPT
ما هو ChatGPT Continue Button؟
ChatGPT Continue Button هو إضافة Chrome تم تطويرها بواسطة taishin05109، والميزة الرئيسية لها هي "Add a continue button to ChatGPT".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Continue Button
قم بتنزيل ملفات الامتداد ChatGPT Continue Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"ChatGPT Continue Button" is a Chrome extension that allows users to easily request the continuation of a response from ChatGPT in case it gets interrupted. This extension displays a "Continue" button right after the input field of ChatGPT, and by simply tapping the button, users can send the text "Continue" to ChatGPT. The main benefits of this extension include: - Users can easily request the continuation of a response, enabling them to get an immediate follow-up response even if the previous one got interrupted. - By simply tapping the button, users can send the text "Continue," making it more convenient to use ChatGPT. - This extension enhances the user experience of ChatGPT, making communication smoother and more seamless. In summary, "ChatGPT Continue Button" is a very useful Chrome extension that improves the user experience of ChatGPT.
معلومات أساسية عن التمديد
الاسم | ChatGPT Continue Button |
ID | fnjdboejkfbaeijiogeaickgfmjopdno |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-continue-button/fnjdboejkfbaeijiogeaickgfmjopdno |
الوصف | Add a continue button to ChatGPT |
حجم الملف | 651 KB |
عدد التثبيتات | 446 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-03-28 |
تاريخ النشر | 2023-03-27 |
المطور | taishin05109 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://taishin-miyamoto.com/PrivacyPolicy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Continue Button", "version": "1.0.0", "description": "Add a continue button to ChatGPT", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat\/*" ], "js": [ "content.js" ] } ] } |