Image to Prompt Generator

Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s

Image to Prompt Generator क्या है?

Image to Prompt Generator heack699 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s"।

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

screenshot
screenshot

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

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

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

                        Image to Prompt Generator: The Ultimate Tool for Generating Prompts from Images.

Image to Prompt Generator is an innovative extension that allows you to effortlessly convert any image into a prompt with just a few clicks. Whether you're a content creator, designer, or simply someone in need of textual descriptions for visual content, this extension is a game-changer.

With Image to Prompt Generator, you can easily come up with engaging captions, alt text, hashtags, and more for your visual content. Gone are the days of struggling to find the right words to describe your images – this extension does the hard work for you.

So whether you're looking to enhance your content creation process, improve your design work, or simply gain a deeper understanding of visual content, Image to Prompt Generator is the ultimate tool you need. Try it today and unlock the power of generating prompts from images like never before.                    

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

नाम Image to Prompt Generator Image to Prompt Generator
ID keeadpdalpdcbbflbkcegcgkepadgahn
आधिकारिक URL https://chromewebstore.google.com/detail/image-to-prompt-generator/keeadpdalpdcbbflbkcegcgkepadgahn
विवरण Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s
फ़ाइल का आकार 42.98 KB
स्थापना संख्या 8,615
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-07-18
प्रकाशन तिथि 2023-06-28
रेटिंग 2.17/5 कुल 24 रेटिंग्स
डेवलपर heack699
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Image to Prompt Generator",
    "version": "1.1",
    "description": "Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}