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 هو إضافة Chrome تم تطويرها بواسطة heack699، والميزة الرئيسية لها هي "Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image to Prompt Generator
قم بتنزيل ملفات الامتداد Image to Prompt Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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:\/\/*\/*" ] } |