DALL-E Keyword Dictionary - Dallelist

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

O que é DALL-E Keyword Dictionary - Dallelist?

DALL-E Keyword Dictionary - Dallelist é uma extensão do Chrome desenvolvida por https://www.dallelist.com, e sua principal característica é "A curated library of prompt keyword ideas to help you become AI Art pros!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DALL-E Keyword Dictionary - Dallelist

Baixe arquivos de extensão DALL-E Keyword Dictionary - Dallelist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome DALL-E Keyword Dictionary - Dallelist DALL-E Keyword Dictionary - Dallelist
ID dobocjpaomknooohededommfgmghhglj
URL Oficial https://chromewebstore.google.com/detail/dall-e-keyword-dictionary/dobocjpaomknooohededommfgmghhglj
Descrição A curated library of prompt keyword ideas to help you become AI Art pros!
Tamanho do Arquivo 16.41 MB
Contagem de Instalações 3,965
Versão Atual 1.0.2
Última Atualização 2022-09-15
Data de Publicação 2022-09-08
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor https://www.dallelist.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dallelist.com
Idiomas Suportados 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
        }
    ]
}