Changelog
All notable changes to StorageKit are documented here.
2.2.1
New Features
- Create storage item: full create flow for
localStorage,sessionStorage, and cookies with edge case handling - Duplicate key detection: confirmation modal before overwriting an existing key
- Cookie expiration date: session or custom toggle with a datetime picker
- Cookie domain validation: validates domain format before submission
- Restricted URL protection: blocks storage writes on restricted pages with a clear error message
- Quota error handling: friendly Storage quota exceeded message instead of raw browser errors
- Toast notifications: success and error toasts with theme support
- Overwrite confirmation: prompt when adding a duplicate key to prevent silent data loss
- Changelog on update: opens the changelog page when the extension is updated
Dashboard Redesign
- Aligned toolbar rows across all panels for a consistent layout
- Borderless inputs with subtle tinted backgrounds in dashboard mode
- Breadcrumb-style key display (e.g. Local storage > my_key) with inline rename
- Integrated snapshot save button inside the name input, visible only when typing
- Add buttons on storage sections hidden by default, revealed on hover
- Rounded pill active state for sidebar navigation
- Minimal Select a key empty state for the value panel
- Shared create form between compact and dashboard layouts
Bug Fixes
- Fixed duplicate entries appearing in the UI when adding items with existing keys
- Content script now properly catches storage quota errors
2.1.1
New Features
- Add storage item: create new
localStorage,sessionStorage, and cookie entries from the inspector - Storage tab: dedicated storage overview integrated into the app navigation
Improvements
- Updated header icons
- Adjusted spacing and text sizes in empty states and tab navigation
2.0.1
New Features
- Renamed to StorageKit with a new logo and brand identity
- Storage overview panel: total usage, per-type breakdown, clear by type
- Settings panel: theme preferences (system, light, dark) and default layout selection
- Dashboard layout: split-pane layout with sidebar navigation, inspector, and value panel
- Redesigned compact layout: refreshed storage tree, tabs, header, and bar
Improvements
- Equal-width columns in dashboard header
- Updated header action button styles
- Fixed compact layout bar padding
1.4.0
New Features
- Redesigned navbar: cleaner, more modern navigation
- Redesigned snapshot card: improved visual hierarchy with dropdown actions
- Import feedback: success and error notifications on snapshot import
- Export/import hints: helpful notes alongside export and import buttons
Improvements
- Grouped secondary snapshot actions under a dropdown menu
- Snapshot saving now skips extension-internal fields
Bug Fixes
- Fixed storage names display
1.3.4
Improvements
- Snapshot active items filtering
- Updated storage type names
1.3.2
New Features
- Cookie attributes: detailed cookie attribute display (
domain,path,secure,httpOnly,sameSite,expiry) - Cookie restore preservation: full cookie attributes preserved when restoring snapshots
- JSON syntax highlighting: formatted
JSONvalues with color-coded syntax - Search: filter storage items by key or value
- Storage preview: quick preview of storage values
- Number and boolean detection: auto-detect and label numeric and boolean values
Improvements
- Deferred tab switching for better performance
- Enhanced storage fetching logic
- Copy button with icon
- Updated search and snapshot input styles
- Better refresh messaging when content script is unavailable
- Restricted site handling for snapshot creation
Bug Fixes
- Fixed color contrasts across themes
- Fixed content script injection
- Removed unused permissions
- Fixed delete confirmation in storage panel
1.0.0
Features
- Inspector: browse
localStorage,sessionStorage, and cookies for the active tab - Inline editing: edit storage values directly
- Delete items: remove individual storage entries
- Snapshots: save, restore, export, and import storage snapshots
- Domain filtering: filter snapshots by current domain or view all
- Snapshot inspector: browse and inspect snapshot contents
- Dark mode: system-aware theme with manual toggle
- Compact layout: popup optimized for quick access