Alphonse Prompts iA

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

ما هو Alphonse Prompts iA؟

Alphonse Prompts iA هو إضافة Chrome تم تطويرها بواسطة AlphonseWeb، والميزة الرئيسية لها هي "Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Alphonse Prompts iA

قم بتنزيل ملفات الامتداد Alphonse Prompts iA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Alphonse Prompts iA Alphonse Prompts iA
ID pkidpokajggaiahfilnhbdabncmdmgnp
عنوان URL الرسمي https://chromewebstore.google.com/detail/alphonse-prompts-ia/pkidpokajggaiahfilnhbdabncmdmgnp
الوصف Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.
حجم الملف 257 KB
عدد التثبيتات 1,480
النسخة الحالية 1.0.0
آخر تحديث 2023-09-27
تاريخ النشر 2023-09-27
تقييم 5.00/5 مجموع تقييمات 6
المطور AlphonseWeb
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://alphonse-ai.com/
اللغات المدعومة 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"
    ]
}