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"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anvil - Dev

ดาวน์โหลดไฟล์ส่วนขยาย Anvil - Dev ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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": [
                ""
            ],
            "css": [
                "static\/css\/main.68b22759.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "jeckhbdodaknimjagpbjdejamdaahmjf"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "description": "Anvil is a tool that lets you hammer out better prompts"
}