This is the source code for a Google Chrome extension that allows the user to set up a bunch of rules to which they can manage groups and tabs by title or URL.
- Use regular expressions to be more creative/advanced with your grouping rules
 - Automatically group tabs on creation and/or on when tabs change web page
 - Import/export your settings to share with co-workers or friends
 - Sort your groups with a click of a button
 
You can download this directly from the Chrome Web Store here or build it directly and load it
This is written in React and uses a combination of RTL and unit tests to ensure quality.
To get started with development, run yarn install to get the dependencies.
yarn start
Will build the extension, load the ./build directory as an unpacked extension.  This will hot reload changes.
yarn build-ext will build the extension into the ./dist directory with the manifest.  Loading the directory as an unpacked extension into Chrome.
