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