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!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DALL-E Keyword Dictionary - Dallelist 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
        }
    ]
}