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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Riku AI และคุณลักษณะหลักของมันคือ "Using the most advanced AI technology, create awesome images for your work or hobbies."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SUPERMACHINE - Generate Awesome AI Images

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}