Κριτικές για το LocalStorage Editor
LocalStorage Editor από igorlogius
Κριτική από Jonah Hill
Βαθμολογία 5 από 5
από Jonah Hill, 2 χρόνια πριν13 κριτικές
- Βαθμολογία 5 από 5από dg, 3 μήνες πρινtransferred all my local data when a beloved site was changing domains. thank you!
- Βαθμολογία 4 από 5από SatanSoldier, 4 μήνες πρινEdit: Dev was responsive to my comment, though I found the issue to be a browser setting problem. If you have similar issues with large amounts of data not saving properly, you can adjust the values dom.storage.default_quota and dom.storage.default_site_quota in about:config.
Original: Saving large values seems to cause problems. It fails to update the key and can cause a loss of all of your local storage if the large value is the first in line to be saved. I'm guessing there is an overzealous timeout delay or something. It is handy for viewing the full value of a local storage key if it exceeds what is shown in the inspector though.Απάντηση προγραμματιστή
δημοσιεύτηκε στις 14 μέρες πρινsince the quota issue is not addon related and i added the try/catch to better handle the situation , might i inquire what the last missing ⭐️ is about? - Βαθμολογία 5 από 5από aa, ένας χρόνος πρινwrong date in download filename.
https:// github.com/igorlogius/localstorage-editor/blob/main/popup.js#L80
why '+ 1'? - Βαθμολογία 5 από 5από nsps5606, ένας χρόνος πριν
- Βαθμολογία 5 από 5από gsak3l, 2 χρόνια πριν
- Βαθμολογία 1 από 5από x a, 2 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 14713477, 2 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 18173912, 2 χρόνια πρινGreat for migration testing from one local storage structure to another. Very labour saving, thanks
- Βαθμολογία 5 από 5από Vedun, 3 χρόνια πριν
- Βαθμολογία 5 από 5από miwoj, 3 χρόνια πρινjust 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.