First step:
Create a webpage that uses indexeddb, and you can trigger a database upgrade that changes the object stores (change # of object stores, or just the name - each change will be a version upgrade).
Then you can do your devtools changes.
Alternatively, you can look at the devtools testing infrastructure (see example cls of mine from a couple years ago) and do test-first development:
https://codereview.chromium.org/1131723005/https://codereview.chromium.org/1111563006/
Either way, you'll need to end up with testing :P
Comment 1 Deleted