Text to Image Generator
This extension converts text to image using AI
Что такое Text to Image Generator?
Text to Image Generator - это расширение Chrome, разработанное linjoanne823, и его основная функция - "This extension converts text to image using AI".
Снимки экрана расширения
Скачать файл CRX расширения Text to Image Generator
Скачайте файлы расширений Text to Image Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Generate images on the spot using our text to image converter. Through this extension, you can type in a short description of what your desired image output, and our Text to Image Generator will give you an image that matches the description.
Основная информация о расширении
Название | Text to Image Generator |
ID | ccgnhnmekbjidhapimojdbceoplgedcd |
Официальный URL | https://chromewebstore.google.com/detail/text-to-image-generator/ccgnhnmekbjidhapimojdbceoplgedcd |
Описание | This extension converts text to image using AI |
Размер файла | 6.09 KB |
Количество установок | 162 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-04-17 |
Дата публикации | 2023-04-17 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | linjoanne823 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text to Image Generator", "description": "This extension converts text to image using AI", "version": "1.0", "action": { "default_icon": "icon.png", "default_popup": "index.html" } } |