تخزين المحلي المضغوط: إضافة مفيدة لجوجل كروم لعرض تخزين المحلي المشفر
LZipped Local Storage is a useful Chrome add-on developed by Kris Erickson. It provides a way to view Local Storage in the Dev Tools when the storage is being encrypted with LZString.js. This add-on can come in handy for developers who are working with encrypted local storage and need to inspect its contents.
One of the main features of LZipped Local Storage is its ability to pretty print JSON. By double-clicking on any row, users can easily obtain the Pretty Printed value of the JSON data. This makes it easier to read and understand the contents of the encrypted local storage.
Despite being a relatively simple tool, LZipped Local Storage serves its purpose well. It was created by Kris Erickson in just a couple of hours to fulfill a specific need. The source code is available on GitHub, allowing users to explore and contribute to its development.
Overall, LZipped Local Storage is a handy Chrome add-on for developers who work with encrypted local storage and need a convenient way to view and analyze its contents.