I made a plugin for myself to quickly store and retrieve settings to and from browser local storage. Decided to share this one.
I frequently save settings in local storage to persist things like a user’s sorting choice or toggled UI elements. I was using Floppy, which is still great, but it’s kind of a hassle to use it for what I want to do.
It uses local storage so be mindful of the data size if you decide to use it for weird stuff.
Plugin Page:
TCH - Simple Browser Storage Plugin | Bubble
Instructions are in the plugin page and in the plugin elements etc.