A lightweight, modern browser extension to manage LocalStorage, SessionStorage, and Cookies. Built with Vanilla JavaScript and compatible with Manifest V3.
- Manage All Storage: View, edit, delete, and add entries for LocalStorage, SessionStorage, and Cookies.
- Modern UI: Clean, flat design using system fonts and SVG icons.
- Inline Editing: Add and edit keys/values directly within the table without annoying popups.
- JSON Viewer: Dedicated window-style modal to view and format complex JSON values with syntax highlighting.
- Zero Dependencies: Rewritten from jQuery to pure Vanilla JS for better performance.
- Manifest V3: Fully compliant with the latest Chrome extension standards.
Since this extension is not yet in the Chrome Web Store, you can install it manually:
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (toggle in the top-right corner).
- Click Load unpacked.
- Select the folder containing the
manifest.jsonfile.
- Core: HTML5, CSS3, Vanilla JavaScript (ES6+)
- Architecture: Chrome Extensions API (Manifest V3)
- APIs Used:
chrome.scripting,chrome.storage,chrome.cookies
This project is open source and available under the MIT License.