LocalStorage Manager LocalStorage Manager

Developer Tools
Version: 2.6
Last Update: 2023-01-02

Overview

LocalStorage Manager is a Chrome extension developed by michailchaban198812. According to the data from Chrome web store, current version of LocalStorage Manager is 2.6, updated on 2023-01-02.
20,000+ users have installed this extension. 38 users have rated this extension with an average rating of .

Add, edit, remove, export and import local storage and session storage data

Source code and bug tracker are available at https://github.com/gabrielbarros/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.

Rating

38 ratings

Total Installs

20,000+

Information

Last Update

2023-01-02

Current Version

2.6

Size

44.12KiB

Author

michailchaban198812

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Arjun Sunel
2022-05-12

The extension seems good, but does not work as expected.

Created a upgraded version of this extension "Localstorage/Sessionstorage & Cookie Manager" and tested on chrome 101 version.
https://chrome.google.com/webstore/detail/localstoragesessionstorag/cpbgcbmddckpmhfbdckeolkkhkjjmplo/related?hl=en&authuser=0

Features:
a) Select storage type - localstorage, sessionStorage, cookies
b) Search key/value.
c) Sort by key/value columns.
d) Import JSON .
d) Download storage data as JSON.
e) Choose path for download.
f) View beautified JSON.
g) Remove one pair
h) Remove all data
i) Reload data
j) Add a key/value pair.
k) Validator for import.
l) User-friendly UI to edit value.
m) Inline editing of key / value.

avatar Tim
2022-02-26

This is exactly what I needed. I wanted to be able to export values and be able to easily import them on another machine and this worked perfectly! Thank you!!

avatar Florian Cargouet
2021-06-23

Impossible d'importer.
L'export reste disponible.

avatar Lavi
2021-04-29

bugs on chrome newest version

avatar Can
2021-02-13

really useful extension. could you add cookies too? thanks