SYS.PLUGINS
> GITMANAGER — Approved Plugins
Plugins extend GitManager with badges, buttons, custom tabs, windows, and file viewers. The plugins below are built or reviewed by ChromaLabs — download, drop into your plugins folder, reload.
Approved Plugins
YTD Texture Tools
v1.9.0 Approvedby ChromaLabs
View and edit GTA V / FiveM .ytd texture dictionaries right in the Files tab, and preview the sign & livery textures your .yft models use. Built for FiveM server developers managing vehicle liveries and texture resources in git.
- .ytd viewer & editor — list textures, preview, export PNG/DDS, replace from PNG/JPG/DDS
- Set mipmap counts and save straight back into the .ytd
- .yft viewer — finds the companion .ytd and previews its sign/livery textures, one tab per livery
- YTD and YFT badges on files in the changes list and file explorer
- Byte-safe saving — only texture data is rebuilt, the rest of the resource stays untouched
Markdown Tools
v1.0.0 Approvedby ChromaLabs
The official reference plugin — markdown preview and editing, MD badges, a TODO scanner, and a per-repo Notes tab. It exercises every plugin extension point, so it doubles as a working example for plugin authors.
- MD badge on markdown files, MD* repo badge when markdown has uncommitted changes
- TODOs repo button — scans the repo and lists results in a window
- Per-repo Notes tab, persisted via plugin storage
- Rendered markdown viewer with an edit & save mode
More approved plugins are on the way. Built something worth sharing? Show us in the ChromaLabs Discord and we'll review it for this list.
Installing a Plugin
Open the plugins folder
In GitManager: Settings → Plugins → Open plugins folder. It lives at %APPDATA%\ChromaLabs GitManager\plugins.
Drop the plugin in
Unzip the download and copy the plugin folder in (e.g. plugins\markdown-tools\).
Reload plugins
Settings → Plugins → Reload plugins (or restart the app). Plugins can be disabled per-plugin without deleting them.
SECURITY NOTE
Plugins run inside GitManager with full access, exactly like any installed application. Only install plugins you trust — the approved list above is built or reviewed by ChromaLabs.
> BUILD_YOUR_OWN
Make GitManager do anything
A plugin is just a folder with a manifest and a script. Badges, buttons, tabs, windows, file viewers, git access, storage — the full API is documented with a complete working example.
Plugin Development Guide