A plug and play local storage viewer.
Download or clone the repo
Include the CSS and JS from the dist
directory. The minified CSS file goes into the <head>
and the minified JS file goes before the closing <body>
tag. The IDs on the script tags are important, don't remove them.
<link id="klocalstorage_style" rel="stylesheet" href="dist/klocalstorage.min.css">
<script id="klocalstorage_script" src="dist/klocalstorage.min.js"></script>
If klocalstorage was installed correctly you will see a little plus icon ("+") in the top right corner.
Clicking the "+" will open and refresh the local storage viewer. The viewer makes use of JSONEditor so you will be able to easily navigate your local storage.
Editing a value and then hitting the "Save" button will save the value. You can edit multiple objects and arrays (you can also do this in text view or tree view).
Hitting the "Delete" button will remove the item from local storage. You can undo a "Delete" with a "Restore". To close klocalstorage click away from it or click the little "-" in the top right corner.
For bugs or improvements please use the issues tab or email [email protected].