SUPERMACHINE - Generate Awesome AI Images
Using the most advanced AI technology, create awesome images for your work or hobbies.
什么是SUPERMACHINE - Generate Awesome AI Images?
SUPERMACHINE - Generate Awesome AI Images是由Riku AI开发的Chrome扩展程序,该扩展的主要功能是“Using the most advanced AI technology, create awesome images for your work or hobbies.”。
扩展截图
下载SUPERMACHINE - Generate Awesome AI Images扩展crx文件
下载SUPERMACHINE - Generate Awesome AI Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a handy chrome extension for SUPERMACHINE allowing you to generate images with AI from any website online! No need to break your own work flows and open a new tab, simply assign a shortcut to this extension and generate images like never before!
扩展基本信息
名称 | SUPERMACHINE - Generate Awesome AI Images |
ID | mbekpadgjphmkhdpnndkddhahincnogf |
官方URL | https://chromewebstore.google.com/detail/supermachine-generate-awe/mbekpadgjphmkhdpnndkddhahincnogf |
简介 | Using the most advanced AI technology, create awesome images for your work or hobbies. |
文件大小 | 59.2 KB |
安装次数 | 297 |
当前版本 | 0.2 |
更新时间 | 2023-09-17 |
上架时间 | 2023-09-15 |
评分 | 5.00/5 共2次评分 |
开发者 | Riku AI |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://supermachine.art |
帮助页面URL | https://supermachine.art/contact |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SUPERMACHINE - Generate Awesome AI Images", "description": "Using the most advanced AI technology, create awesome images for your work or hobbies.", "version": "0.2", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "activeTab", "scripting" ] } |