DALL-E Keyword Dictionary - Dallelist

A curated library of prompt keyword ideas to help you become AI Art pros!

Qu'est-ce que DALL-E Keyword Dictionary - Dallelist ?

DALL-E Keyword Dictionary - Dallelist est une extension Chrome développée par https://www.dallelist.com, et sa fonction principale est "A curated library of prompt keyword ideas to help you become AI Art pros!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DALL-E Keyword Dictionary - Dallelist

Téléchargez les fichiers d'extension DALL-E Keyword Dictionary - Dallelist 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

                        This extension would help you create beautiful pieces with Dall-E 2, using a simple drawer with all the keywords you'll ever need.

Features:
🔥 All keywords were carefully curated and tested
🔥 Division by theme - Paintings, Photography, Design & more to come!
🔥 Famous painters that Dall-E can recognize well, manga & comics, and more...
🔥 Famous photographers and photography modifier keywords
🔥 Works directly in OpenAI's website, without interfering with your workflow

Many more awesome features to come... Stay tuned!                    

Informations de Base sur l'Extension

Nom DALL-E Keyword Dictionary - Dallelist DALL-E Keyword Dictionary - Dallelist
ID dobocjpaomknooohededommfgmghhglj
URL Officiel https://chromewebstore.google.com/detail/dall-e-keyword-dictionary/dobocjpaomknooohededommfgmghhglj
Description A curated library of prompt keyword ideas to help you become AI Art pros!
Taille du Fichier 16.41 MB
Nombre d'Installations 3,965
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-09-15
Date de Publication 2022-09-08
Évaluation 4.64/5 Total 11 Évaluations
Développeur https://www.dallelist.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.dallelist.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DALL-E Keyword Dictionary - Dallelist",
    "description": "A curated library of prompt keyword ideas to help you become AI Art pros!",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.jsx.07c26ee2.33581a38.js"
            ],
            "matches": [
                "https:\/\/labs.openai.com\/*"
            ],
            "css": [
                "assets\/index.3aea3749.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/labs.openai.com\/*"
            ],
            "resources": [
                "assets\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/labs.openai.com\/*"
            ],
            "resources": [
                "assets\/index.jsx.07c26ee2.js"
            ],
            "use_dynamic_url": true
        }
    ]
}