Workspaces is a Chrome extension for simple tab management.
Each workspace automatically saves open tabs within a given window so you can restore them later with a single click.
- Install Node.js
- Download this repository as ZIP and extract it
- Open terminal and navigate to the extracted folder
- Run
npm installandnpm run build - Alternatively, run
npm run devto enable hot-reload - Go to chrome://extensions/
- Enable Developer mode and click Load unpacked
- Select the chrome-workspaces folder
- Workspaces extension is now installed for development

