Anvil - Dev
Anvil is a tool that lets you hammer out better prompts
Cos'è Anvil - Dev?
Anvil - Dev è un'estensione di Chrome sviluppata da anvilprompt, e la sua funzione principale è "Anvil is a tool that lets you hammer out better prompts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anvil - Dev
Scarica i file di estensione Anvil - Dev in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Anvil - Dev |
ID | behlmnmiagcnobbcbaahebbdfhkfopin |
URL Ufficiale | https://chromewebstore.google.com/detail/anvil-dev/behlmnmiagcnobbcbaahebbdfhkfopin |
Descrizione | Anvil is a tool that lets you hammer out better prompts |
Dimensione del File | 234 KB |
Conteggio Installazioni | 238 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-02-01 |
Data di Pubblicazione | 2023-01-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | anvilprompt |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/pythonlearner1025/anvil |
URL della Pagina di Aiuto | https://www.buymeacoffee.com/minjunes |
Lingue Supportate | 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": [ " |