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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |