When a .env has grown messy — mixed quoting, stray spacing, outdated comments — the Env Key-Value Extractor produces the clean core: a list of every KEY=value pair, aligned so the equals signs line up.
Toggle aligned columns, wrapping of non-numeric values in double quotes, and whether comments survive. The output is ideal as the base for a fresh, documented .env.
Parsing is entirely client-side; nothing you paste leaves the page.