A chrome extension for synchronize different website localStorage/sessionStorage/cookies.
Sync Storage is a must-have efficiency booster for frontend developers. It syncs localStorage, sessionStorage and Cookies across sites with one click, supports real-time monitoring of source site data changes and auto-sync to the target site. With simple configuration, you can seamlessly sync login status and business data across environments, say goodbye to manual copying, and greatly improve development, debugging and testing efficiency.
- Launch your local project.
- Click
SyncStorageIcon on Chrome, config Source/Target url and keys you want to synced. - Click the button
Sync. If you haven't open Source/Target websitt, it will open them.- If you're already logged in, it will immediately synchronize the keys you have configured.
- If not, it will hang until you complete the login process.
-
Install dependencies
pnpm install
-
Start development
pnpm dev
-
Load extension in Chrome
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the
distfolder from your project
- Open Chrome and navigate to
-
Build for production
pnpm build
I'm very happy to see you submit a PR to make it better.
This repository is licensed under the MIT
