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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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