Alphonse Prompts iA

Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.

Alphonse Prompts iA là gì?

Alphonse Prompts iA là một tiện ích mở rộng Chrome được phát triển bởi AlphonseWeb, và tính năng chính của nó là "Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alphonse Prompts iA

Tải xuống các tệp mở rộng Alphonse Prompts iA 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

                        Whether you're a photographer, illustrator or designer, this extension is your new best friend for creating spectacular images faster than ever.

Create prompts for Midjourney and Stable diffusion in just a few clicks!

With this extension, you can generate Ai prompts that will help you create unique photos, stunning illustrations and distinctive logos. You can also customize the prompts according to your style, colour and composition preferences.

Our Ai Prompt Generator extension for visuals is designed to be easy to use. It takes you step by step through the creation process, allowing you to customise every aspect of the prompt. You can select the style you want, the size of the image and even your preferred illustration technique.

Imagine being able to create stunning images with just a few clicks. You no longer need to spend hours looking for inspiration or trying different combinations. The Ai Prompt Generator extension for visuals saves you time and lets you focus on creating rather than searching.

Try our extension now and unleash your creativity! You'll be amazed at how easy it is to create amazing images when you have Ai prompts generated just for you.                    

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

Tên Alphonse Prompts iA Alphonse Prompts iA
ID pkidpokajggaiahfilnhbdabncmdmgnp
URL Chính Thức https://chromewebstore.google.com/detail/alphonse-prompts-ia/pkidpokajggaiahfilnhbdabncmdmgnp
Mô tả Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 1,480
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-09-27
Ngày Phát Hành 2023-09-27
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển AlphonseWeb
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alphonse-ai.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alphonse Prompts iA",
    "description": "Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/icon-16.png",
        "32": "\/img\/icon-32.png",
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/app.js",
                "js\/tabs.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}