סקירות עבור LocalStorage Editor
LocalStorage Editor igorlogius מאת
סקירה מאת gsak3l
דירוג 5 מתוך 5
מאת gsak3l, לפני שנתיים14 דירוגים
- דירוג 5 מתוך 5מאת Sterminator1211, לפני חודשיים
- דירוג 5 מתוך 5מאת dg, לפני 7 חודשיםtransferred all my local data when a beloved site was changing domains. thank you!
- דירוג 4 מתוך 5מאת SatanSoldier, לפני 7 חודשים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. - דירוג 5 מתוך 5מאת aa, לפני שנתייםwrong date in download filename.
https:// github.com/igorlogius/localstorage-editor/blob/main/popup.js#L80
why '+ 1'? - דירוג 5 מתוך 5מאת nsps5606, לפני שנתיים
- דירוג 1 מתוך 5מאת x a, לפני שנתיים
- דירוג 5 מתוך 5מאת משתמש Firefox 14713477, לפני שנתיים
- דירוג 5 מתוך 5מאת משתמש Firefox 18173912, לפני 3 שניםGreat for migration testing from one local storage structure to another. Very labour saving, thanks
- דירוג 5 מתוך 5מאת Jonah Hill, לפני 3 שנים
- דירוג 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.