DALL-E prompt helper

Add this extension to your DALL-E prompt to help you find the right prompt.

DALL-E prompt helper क्या है?

DALL-E prompt helper https://alexw.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add this extension to your DALL-E prompt to help you find the right prompt."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DALL-E prompt helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Have you got access to the amazing DALL-E interface but struggling creating high quality renders? 
Looking for a creative prompt? 
Stuck? 

Look no further than Prompt helper! With over 270 carefully picked prompt styles, vibes, moods, inspiration keywords and GPT-3 autocomplete, this extension is perfect for anyone who needs a little help getting started. Plus, dark mode makes it easy on the eyes.

Prompt helper FEATURES:
✨ Over 270 keywords for creative prompts 
✨ Quality enhancing keywords
✨ Photography related angles, lightning, shot compositions
✨ Digital and 3D keywords
✨ Characters prompt 

🤖 Have a GPT-3 API key? Get autocomplete and synonym help on the fly as you construct your prompt! 

Quality of Life features: 
🌟 Dark mode for the DALL-E UI (including automatic dark mode detection) 
👩‍💻 Download a zip of current generations + prompt. 
📸 Enable / Remove the Dall-E watermark (it's now allowed in their TOC!) 
🔗 Webhook support! Send your results to Zapier (and then Notion, Twitter, anywhere really)                    

एक्सटेंशन की मूल जानकारी

नाम DALL-E prompt helper DALL-E prompt helper
ID hjhagfbhighhchddcbejligbanloandc
आधिकारिक URL https://chromewebstore.google.com/detail/dall-e-prompt-helper/hjhagfbhighhchddcbejligbanloandc
विवरण Add this extension to your DALL-E prompt to help you find the right prompt.
फ़ाइल का आकार 10.6 MB
स्थापना संख्या 923
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2022-08-08
प्रकाशन तिथि 2022-07-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://alexw.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/altryne/dalle-prompt-extension
सहायता पृष्ठ URL https://github.com/altryne/dalle-prompt-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DALL-E prompt helper",
    "version": "0.1.4",
    "manifest_version": 3,
    "description": "Add this extension to your DALL-E prompt to help you find the right prompt.",
    "icons": {
        "1024": "src\/icons\/icon2.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.prompts.js.19ac4a5c.1407bae1.js",
                "assets\/content-script-loader.inject.js.fde38ab1.bb180a64.js"
            ],
            "matches": [
                "https:\/\/labs.openai.com\/*"
            ],
            "css": [
                "assets\/inject.d31a90a6.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/labs.openai.com\/*"
            ],
            "resources": [
                "img\/*",
                "icons\/*",
                "options.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/labs.openai.com\/*"
            ],
            "resources": [
                "assets\/prompts.js.19ac4a5c.js",
                "assets\/index.8fdc54d6.js",
                "assets\/themeHandler.5ee81db8.js",
                "assets\/inject.js.fde38ab1.js"
            ],
            "use_dynamic_url": true
        }
    ]
}