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 - это расширение Chrome, разработанное https://www.dallelist.com, и его основная функция - "A curated library of prompt keyword ideas to help you become AI Art pros!".
Снимки экрана расширения
Скачать файл CRX расширения DALL-E Keyword Dictionary - Dallelist
Скачайте файлы расширений 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
}
]
} | |