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 |
| 公式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 |
| Eメール | [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"
]
} | |