bluetoma.to
Card Master icon
Card Master
Card Master adds a host of usability and quality of life features to the cards found in the "Extra Networks" tabs (TIs, Hypernetworks, Checkpoints, and, most notably, LoRAs).

This includes a card size slider, docked and floating detail views for quick access to prompts and tags, and customizable quick actions for click, double click, and right click.
https://github.com/SenshiSentou/sd-webui-cardmaster
State Manager icon
State Manager
State Manager is a management extension that lets you easily create, browse, and restore previously used configuration. Saved values include quicksettings (checkpoint, VAE, and clip skip are common examples), generation settings (samples, size, seed, etc.), and script and accordion settings.
https://github.com/SenshiSentou/sd-webui-state-manager
QIC Console icon
QIC Console
The Quick Iterative Code Console (QIC Console) was created to allow developers to quickly test snippets of Python code within the A1111 environment without having to constantly restart the app. For example, you might want to quickly check or manipulate some shared state, or run a quick dir() to see what attributes are available on an object at run-time.

Unfortunately there is no auto-complete, only syntax highlighting.
https://github.com/SenshiSentou/sd-webui-qic-console