An all-in-one localStorage/sessionStorage/cookie manager browser extension for Chrome/Edge/Firefox browser.
Link | Stars | Users |
---|---|---|
- Lets you copy localstorage/sessionstorage/cookies across different domains
- Only pick items that you want to share
- Search tabs by url or title of a tab
- Tree view to explore JSON for localstorage/sessionstorage/cookies
- Add/edit/delete values in the tree view itself
- Custom editors for different data types
- Search tabs by url or title of a tab
- This project uses
yarn
, so make sure to have that globally installed - Check package.json and use the correct "engines" version locally, which includes node and yarn versions
- Run
yarn install
. This will install packages and additionally create a tmp profile folder - Run
yarn build
to build the extension. The extension can be found in dist/[BROWSER] directory. Install this locally in your browser - Test the extension (StorageX) that in now available to you