Back to Marketplace
Dev Toolbox

Dev Toolbox

v1.0.1

by Extensions Maker

Everyday developer utilities in one panel — Base64, URL, JSON, JWT, case conversion, UUIDs, timestamps and colours

ToolsUtilities

Dev Toolbox

Every small conversion you reach for during the day, in one panel that matches your editor theme. Everything runs locally in the WebView — nothing is uploaded anywhere.

Tools

| Tab | What it does |

|---|---|

| Base64 | Encode / decode, UTF-8 safe (emoji and non-Latin scripts round-trip) |

| URL | Percent-encode, decode, and parse a query string into key/value pairs |

| JSON | Format, minify, sort keys, escape as a JSON string — with parse errors |

| JWT | Decode header and payload, and show whether exp has passed |

| Text | camelCase, PascalCase, snake_case, kebab-case, Title Case, slugify, HTML escape/unescape, reverse and dedupe lines |

| Generate | UUID v4, random hex, strong passwords, lorem ipsum |

| Time | Unix seconds/milliseconds ⇄ ISO 8601 ⇄ local ⇄ UTC |

| Color | HEX ⇄ RGB ⇄ HSL with a live swatch and WCAG contrast ratios |

Usage

  • Tools menu → Dev Toolbox — opens as a full tab
  • Drawer → Dev Toolbox — opens as a bottom sheet over your code
  • Command palette → Open Dev Toolbox
  • Notes

    JWT decoding never verifies the signature. Use it to inspect a token, never to decide whether one is trustworthy.