Revisiones de LocalStorage Editor
LocalStorage Editor por igorlogius
12 revisiones
- Se valoró con 5 de 5por aa, hace 7 meseswrong date in download filename.
https:// github.com/igorlogius/localstorage-editor/blob/main/popup.js#L80
why '+ 1'? - Se valoró con 5 de 5por nsps5606, hace 7 meses
- Se valoró con 2 de 5por Usuario de Firefox 18711868, hace 8 mesesVery counter-intuitive. There are better alternatives (even Firefox's own editor).
By default the state of each item is checked, which is very annoying when you are trying to work with the variables / delete variables on the spot.
You also have to (to remove it):
1. Select an item or items(but first you have to uncheck everything else or press the "uncheck all box").
2. Delete the item or items.
3. Save the configuration... what?
To make this better, make the UI a bit more intuitive for repetitive use, and maybe add some shortcuts or something.
I'll check back in the future.Respuesta del desarrollador
publicado el hace 15 díasYou can change the inital checkstate via the checkbox in the UI and set shortcuts on the "Manage Extension Shortcuts" page. - Se valoró con 5 de 5por gsak3l, hace un año
- Se valoró con 1 de 5por x a, hace un año
- Se valoró con 5 de 5por Usuario de Firefox 14713477, hace un año
- Se valoró con 5 de 5por Usuario de Firefox 18173912, hace 2 añosGreat for migration testing from one local storage structure to another. Very labour saving, thanks
- Se valoró con 5 de 5por Jonah Hill, hace 2 años
- Se valoró con 5 de 5por Vedun, hace 2 años
- Se valoró con 5 de 5por miwoj, hace 3 añosjust what i needed to backup some script settings data kept in local storage that was always getting lost and i constantly had to redo some stuff from scratch. THANKS.