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!
擴展基本資訊
名稱 | DALL-E Keyword Dictionary - Dallelist |
ID | dobocjpaomknooohededommfgmghhglj |
官方網址 | 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 } ] } |