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
Eメール [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"
}