Examples¶
Complete working extension examples to get you started.
| Example | Type | Permissions | Description |
|---|---|---|---|
| Minimal Backend | Backend only | None | Message counter with a custom macro |
| Prompt Interceptor | Backend only | interceptor |
Modify generation tone via a frontend-controlled setting |
| Frontend Only | Frontend only | None | Live word counter badge |
| Full Stack | Backend + Frontend | cors_proxy, generation |
External API bridge with UI |
| Character Gallery | Backend + Frontend | images, image_gen, chats |
Extension-owned per-character image gallery with thumbnail retrieval |
| Frontend Process Watchdog | Backend + Frontend | None | Supervised frontend loop with ready/heartbeat/stop lifecycle |
| Backend Process Watchdog | Backend + Frontend | None | Supervised backend subprocess with ready/heartbeat/stop lifecycle |