Anvil - Dev

Anvil is a tool that lets you hammer out better prompts

什麼是Anvil - Dev?

Anvil - Dev是由anvilprompt開發的Chrome擴展程式,該擴展的主要功能是“Anvil is a tool that lets you hammer out better prompts”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Anvil - Dev擴展crx文件

下載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
官方網址 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"
}