DEV Community

Mehul Lakhanpal
Mehul Lakhanpal

Posted on

🎉 Devbox - A UI for local storage

🎉 Launching my side project 'Devbox' - A chrome extension that shows data from local storage for easy viewing & copy-paste.

While development, there is a need to get fields from local storage (ex., userId, token, etc). This chrome extension helps create entries that read data from storage and show it in a small window at the bottom left corner of the development window.

Features:

  • Create an entry by entering a local storage key name, path (if the key’s value is an object) & a label for reference.
  • Clicking value copies the content to the clipboard.

Check it out - https://www.producthunt.com/posts/devbox-57e32865-572d-4a14-b068-70f00fe489d4

Extension preview

Extension UI

A small weekend project 🎉

Hope you find it useful
Thanks 😇


Other products

  • Array Builder - A work tracker for software developers
  • Fireboard - A work tracker for software developers
  • File Ops - A VS Code extension to easily tag/alias files & quick switch between files

Top comments (0)