Text to Image Generator
This extension converts text to image using AI
什么是Text to Image Generator?
Text to Image Generator是由linjoanne823开发的Chrome扩展程序,该扩展的主要功能是“This extension converts text to image using AI”。
扩展截图
下载Text to Image Generator扩展crx文件
下载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" } } |