LocalStorage Manager 2.6 CRX for Chrome
A Free Developer Tools Extension
Published By michailchaban198812
LocalStorage Manager (fkhoimdhngkiicbjobkinobjkoefhkap): Add, edit, remove, export and import local storage and session storage data... Read More > or Download Now >
LocalStorage Manager for Chrome
Tech Specs
- • Type: Browser Extension
- • Latest Version: 2.6
- • Price: Freeware
- • Offline: Yes
- • Developer: michailchaban198812
User Reviews
- • Rating Average
- 3.95 out of 5
- • Rating Users
- 38
Download Count
- • Total Downloads
- 293
- • Current Version Downloads
- 193
- • Updated: January 2, 2023
LocalStorage Manager is a free Developer Tools Extension for Chrome. You could download the latest version crx file or old version crx files and install it.
More About LocalStorage Manager
———————————————————
Add, edit, remove, export and import local storage and session storage data.
----------------------------------------
According to Wikipedia, web storage offers two different storage areas — local storage and session storage — which differ in scope and lifetime. Data placed in local storage is per origin (the combination of protocol, hostname, and port number as defined in the same-origin policy) (the data is available to all scripts loaded from pages from the same origin that previously stored the data) and persists after the browser is closed. Session storage is per-origin-per-window-or-tab and is limited to the lifetime of the window. Session storage is intended to allow separate instances of the same web application to run in different windows without interfering with each other, a use case that's not well supported by cookies.