The "Undo" button in the extension popup UI is possibly the most important part of the extension - it's the "give me back what I accidentally lost" button for example after an accidental reboot, or browser crash, or page submission error, or whatever.
The label "Undo" really doesn't do this justice, and (at least in my case) resulted in several minutes of poring over the code to try to understand where all that backed up form data actually ended up, and how to access it!
The "Undo" button in the extension popup UI is possibly the most important part of the extension - it's the "give me back what I accidentally lost" button for example after an accidental reboot, or browser crash, or page submission error, or whatever.
The label "Undo" really doesn't do this justice, and (at least in my case) resulted in several minutes of poring over the code to try to understand where all that backed up form data actually ended up, and how to access it!