Tell me if this exists...Imagine a developer tools "commit" interface, where you could make changes in the DOM or to CSS and then save them from the browser.
Right now if I adjust a bunch of different elements, I have to remember each one and copy them by hand.
I think this exists in the standard Dev Tools / inspector.
Edit a CSS file in the Sources tab of the Dev Tools then right click and click Local Modifications. Also right click on the file (in the whitespace) and click Save. Then click History and you can see the exact changes that you made and even revert.
I've never used it though, not sure how useful it is.
There is also a Workspace feature in the Dev Tools options which might have something closer to what you are looking for.