ChatGPT - Auto-continue Generating
A simple extension that let ChatGPT to auto-continue generating text when the button appear.
ما هو ChatGPT - Auto-continue Generating؟
ChatGPT - Auto-continue Generating هو إضافة Chrome تم تطويرها بواسطة ChatGPT ext.، والميزة الرئيسية لها هي "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT - Auto-continue Generating
قم بتنزيل ملفات الامتداد ChatGPT - Auto-continue Generating بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unlock AI-powered creativity with our Chrome extension! This tool allows you to utilize ChatGPT to automatically generate and continue text, making your writing process more efficient and innovative. Perfect for content creators, bloggers, or anyone in need of a digital writing assistant. Enhance your writing today and explore limitless possibilities with our cutting-edge AI technology.
معلومات أساسية عن التمديد
الاسم | ChatGPT - Auto-continue Generating |
ID | jeeognbpmiokkoobpmoonkbjalbdeklf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf |
الوصف | A simple extension that let ChatGPT to auto-continue generating text when the button appear. |
حجم الملف | 26.96 KB |
عدد التثبيتات | 169 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-07-09 |
تاريخ النشر | 2023-07-09 |
المطور | ChatGPT ext. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT - Auto-continue Generating", "version": "1.0", "description": "A simple extension that let ChatGPT to auto-continue generating text when the button appear.", "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "inject.js" ] } ], "icons": { "128": "images\/icon128.png" } } |