Awesome
<p align="center">
<img width="200" src="./public/logo.png">
</p>
<h1 align="center">Storage Editor</h1>
<p align="center">A Editor for Local Storage and Session Storage.</p>
✨ Feature
- 🙈 Preview Local Storage and Session Storage Data as a tree.
- ✏️ Edit, Add, Remove or Clear Storage Data.
- 🔌 Add a New Node or Data to Object or Array.
- 🔍 Search Value or Key in Storage Data Tree.
⚙️ Debug
- Clone git repository in local.
- Execute
npm install
to install dependencies.
- Execute
npm run dev
.
- Open browser and enable "Developer mode".
- Click load an unpacked directory, and then choose
/<code directory>/dist
.
- Restart Browser.
👀 Preview
- Data Preview:
- Edit Preview:
🔔 Others