Alphonse Prompts iA

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

Qu'est-ce que Alphonse Prompts iA ?

Alphonse Prompts iA est une extension Chrome développée par AlphonseWeb, et sa fonction principale est "Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Alphonse Prompts iA

Téléchargez les fichiers d'extension Alphonse Prompts iA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Alphonse Prompts iA Alphonse Prompts iA
ID pkidpokajggaiahfilnhbdabncmdmgnp
URL Officiel https://chromewebstore.google.com/detail/alphonse-prompts-ia/pkidpokajggaiahfilnhbdabncmdmgnp
Description Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.
Taille du Fichier 257 KB
Nombre d'Installations 1,480
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-09-27
Date de Publication 2023-09-27
Évaluation 5.00/5 Total 6 Évaluations
Développeur AlphonseWeb
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://alphonse-ai.com/
Langues Prises en Charge 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"
    ]
}