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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A curated library of prompt keyword ideas to help you become AI Art pros!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DALL-E Keyword Dictionary - Dallelist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |