Back to guides

Chrome extension + smart clipboard: less copy-paste theater

Right-click open, `?input=` links, and paste detection on WoDeTool. Get JSON, Base64, or JWT into the right tool without the bookmark maze.

By WGinit · July 16, 2026

Three doors, same room

Smart Clipboard on the home page guesses the type after you paste. The Chrome extension opens WoDeTool from a selection on any page. A ?input= URL lets a teammate land on the same payload.

All of that exists to kill the loop: copy, hunt bookmarks, new tab, paste again.

How people actually use it

Debugging: select minified JSON → Formatter via extension; spot a JWT → Decoder; check expiry → Timestamp. If that path repeats, save a pipeline.

Sharing a repro: copy a ?input= link from the tool page. Don’t put production secrets in a URL you’ll drop in Slack.

Extension first, pipeline for the rest

Extension handles the jump in. Pipeline handles the fixed multi-step job — e.g. open Base64 from the menu, then run Decode → JSON Format.

Store link is in the footer / About. Without the extension the site still works; you just type more.

Related tools

Related guides