DALL-E Keyword Dictionary - Dallelist
A curated library of prompt keyword ideas to help you become AI Art pros!
什么是DALL-E Keyword Dictionary - Dallelist?
DALL-E Keyword Dictionary - Dallelist是由https://www.dallelist.com开发的Chrome扩展程序,该扩展的主要功能是“A curated library of prompt keyword ideas to help you become AI Art pros!”。
扩展截图
下载DALL-E Keyword Dictionary - Dallelist扩展crx文件
下载DALL-E Keyword Dictionary - Dallelist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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!                     扩展基本信息
| 名称 |   |  
| ID | dobocjpaomknooohededommfgmghhglj | 
| 官方URL | https://chromewebstore.google.com/detail/dall-e-keyword-dictionary/dobocjpaomknooohededommfgmghhglj | 
| 简介 | A curated library of prompt keyword ideas to help you become AI Art pros! | 
| 文件大小 | 16.41 MB | 
| 安装次数 | 3,965 | 
| 当前版本 | 1.0.2 | 
| 更新时间 | 2022-09-15 | 
| 上架时间 | 2022-09-08 | 
| 评分 | 4.64/5 共11次评分 | 
| 开发者 | https://www.dallelist.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.dallelist.com | 
| 支持的语言 | 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
        }
    ]
}  |  |