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! 擴展基本資訊
| 名稱 | |
| ID | mbekpadgjphmkhdpnndkddhahincnogf |
| 官方網址 | 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"
]
} | |