Anvil - Dev
Anvil is a tool that lets you hammer out better prompts
Wat is Anvil - Dev?
Anvil - Dev is een Chrome-extensie ontwikkeld door anvilprompt, en de belangrijkste functie is "Anvil is a tool that lets you hammer out better prompts".
Extensie Screenshots
Download het CRX-bestand van de extensie Anvil - Dev
Download Anvil - Dev-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Anvil - Dev |
ID | behlmnmiagcnobbcbaahebbdfhkfopin |
Officiële URL | https://chromewebstore.google.com/detail/anvil-dev/behlmnmiagcnobbcbaahebbdfhkfopin |
Beschrijving | Anvil is a tool that lets you hammer out better prompts |
Bestandsgrootte | 234 KB |
Aantal Installaties | 238 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-02-01 |
Publicatiedatum | 2023-01-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | anvilprompt |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pythonlearner1025/anvil |
Help Pagina-URL | https://www.buymeacoffee.com/minjunes |
Ondersteunde Talen | 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": [ " |