SUPERMACHINE - Generate Awesome AI Images
Using the most advanced AI technology, create awesome images for your work or hobbies.
Apa itu SUPERMACHINE - Generate Awesome AI Images?
SUPERMACHINE - Generate Awesome AI Images adalah ekstensi Chrome yang dikembangkan oleh Riku AI, dan fitur utamanya adalah "Using the most advanced AI technology, create awesome images for your work or hobbies.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SUPERMACHINE - Generate Awesome AI Images
Unduh file ekstensi SUPERMACHINE - Generate Awesome AI Images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | SUPERMACHINE - Generate Awesome AI Images |
ID | mbekpadgjphmkhdpnndkddhahincnogf |
URL Resmi | https://chromewebstore.google.com/detail/supermachine-generate-awe/mbekpadgjphmkhdpnndkddhahincnogf |
Deskripsi | Using the most advanced AI technology, create awesome images for your work or hobbies. |
Ukuran File | 59.2 KB |
Jumlah Instalasi | 297 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2023-09-17 |
Tanggal Publikasi | 2023-09-15 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Riku AI |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://supermachine.art |
URL Halaman Bantuan | https://supermachine.art/contact |
Bahasa yang Didukung | 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" ] } |