/chrome-edge-workspaces

Bringing Edge's Workspaces into your browser

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Edge Workspaces

This is a Chrome copy of the Microsoft Edge Workspaces feature. It allows you to save a set of tabs as a workspace and open them later. The different thing about this particular tab manager is it automatically saves as you work.

For other tab managers, I hate having to remember to save the open tabs. I should be able to just close the window and they should save to the window's workspace. So that's what this extension does.

  • When a workspace is opened, store the window ID matched to the workspace name

  • When it's closed, use the window ID to get the workspace and save the tabs to it

  • Internal tabs, such as the new tab page, settings, or extensions, are not saved to workspaces.

Features

  • Feature 1
  • Feature 2

Install

Alpha version

  1. Download the latest release from the releases page
  2. Extract the zip file to a permanent location on your computer
  3. Open Extensions -> Manage Extensions
  4. Ensure Developer Mode is enabled in the top right corner
  5. Click Load Unpacked -> Select the extracted folder

Chrome Web Store

TODO

Contribution

Suggestions and pull requests are welcomed!


This project was bootstrapped with Chrome Extension CLI

Credits