SUPERMACHINE - Generate Awesome AI Images

Using the most advanced AI technology, create awesome images for your work or hobbies.

SUPERMACHINE - Generate Awesome AI Images là gì?

SUPERMACHINE - Generate Awesome AI Images là một tiện ích mở rộng Chrome được phát triển bởi Riku AI, và tính năng chính của nó là "Using the most advanced AI technology, create awesome images for your work or hobbies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SUPERMACHINE - Generate Awesome AI Images

Tải xuống các tệp mở rộng SUPERMACHINE - Generate Awesome AI Images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SUPERMACHINE - Generate Awesome AI Images SUPERMACHINE - Generate Awesome AI Images
ID mbekpadgjphmkhdpnndkddhahincnogf
URL Chính Thức https://chromewebstore.google.com/detail/supermachine-generate-awe/mbekpadgjphmkhdpnndkddhahincnogf
Mô tả Using the most advanced AI technology, create awesome images for your work or hobbies.
Kích Thước Tệp 59.2 KB
Số Lần Cài Đặt 297
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-09-17
Ngày Phát Hành 2023-09-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Riku AI
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://supermachine.art
URL Trang Trợ Giúp https://supermachine.art/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}