Quick and hassle-free ⚡ (1-click) copy/paste ✂️ 📋 of localStorage/sessionStorage data 💾 across sites.
- Quickly and Easily copy/paste data from localStorage or sessionStorage between different websites.
- Copy data from local-Storage/session-Storage of one website, and paste data to local-Storage/session-Storage of another website.
- There is an easy-to-access clipboard to view the copied stuff.
- There are clear buttons as well.
Once I was testing my live-website and I wanted to run it locally in localhost for some tinkering and development. I couldn't get it to run because I couldn't tweak my code for localhost but copy-pasting sessionStorage from live-app would directly enable localhost one to work due to app-design. So, ended up manually copy-pasting sessionStorage. It worked! Hence I decided to build an extension to do the same.
- Clone/Download this repo.
- Extract the zip file.
- Go to
chrome://extensions/
. - Enable
Developer mode
switch. - Click on
Load unpacked
. - Select the extracted-folder.
- Pin it if you want.
- Done.