Skip to content

mikedidomizio/tab-group-helper

Repository files navigation

Tab Group Helper

Build Status codecov Codacy Badge Maintainability

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.

picture of extension

Other Features

  • 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

Chrome Web Store

You can download this directly from the Chrome Web Store here or build it directly and load it

Development

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.

Hot Reloading extension

yarn start

Will build the extension, load the ./build directory as an unpacked extension. This will hot reload changes.

Building the extension

yarn build-ext will build the extension into the ./dist directory with the manifest. Loading the directory as an unpacked extension into Chrome.