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
}
]
} | |