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
官方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"
}