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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | DALL-E Keyword Dictionary - Dallelist |
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 } ] } |