Anvil - Dev
Anvil is a tool that lets you hammer out better prompts
ما هو Anvil - Dev؟
Anvil - Dev هو إضافة Chrome تم تطويرها بواسطة anvilprompt، والميزة الرئيسية لها هي "Anvil is a tool that lets you hammer out better prompts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Anvil - Dev
قم بتنزيل ملفات الامتداد Anvil - Dev بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use Anvil to craft complex prompts for Stable Diffusion image generation. Select over 1200 keywords from categories like "Artists," "Art Medium," "Lighting," and "Post Processing." Generate what you have in mind by seeing examples of images generated using keyword. TO OPEN/CLOSE: Mac: Command+Shift+P Windows: Alt+Shift+P Support me at: https://www.buymeacoffee.com/minjunes Give me feedback at: https://forms.gle/9HJJYskYJAjLfHZz6 Credit for example images go to: https://promptomania.com/stable-diffusion-prompt-builder/
معلومات أساسية عن التمديد
الاسم | Anvil - Dev |
ID | behlmnmiagcnobbcbaahebbdfhkfopin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/anvil-dev/behlmnmiagcnobbcbaahebbdfhkfopin |
الوصف | Anvil is a tool that lets you hammer out better prompts |
حجم الملف | 234 KB |
عدد التثبيتات | 238 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-02-01 |
تاريخ النشر | 2023-01-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | anvilprompt |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/pythonlearner1025/anvil |
عنوان صفحة المساعدة | https://www.buymeacoffee.com/minjunes |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Anvil - Dev", "name": "Anvil - Dev", "manifest_version": 3, "version": "1.0.3", "icons": { "32": "anvil_32.png", "48": "anvil_48.png", "128": "anvil_128.png" }, "action": { "default_title": "click to inject" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+P", "mac": "Command+Shift+P" } } }, "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |