/tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!

Primary LanguageJavaScriptMIT LicenseMIT

This is the official repository for the Google Chrome Extension called Tab Organizer.

How to install

If you're a normal user, you should NOT be using this repository. Instead, install the version in the Chrome Web Store which is automatically updated.

But if you're a developer, or you want to try the absolute latest version before release, you can follow these steps:

  • Make sure you have git, Node.js, and npm.
  • git clone --branch ecmascript6 https://github.com/Pauan/tab-organizer.git
  • cd tab-organizer
  • npm run-script build
  • In Google Chrome, go to the URL chrome://extensions/
  • Make sure Developer mode (in the upper-right) is checked.
  • Click the Load unpacked extension... button.
  • Navigate to the tab-organizer/build folder, then click Open or OK.

How to update

  • cd tab-organizer
  • git pull
  • npm run-script build
  • In Google Chrome, go to the URL chrome://extensions/
  • Find the Tab Organizer extension in the list, then click the Reload (Ctrl+R) link.

How to develop

  • cd tab-organizer
  • git pull
  • npm run-script watch
  • Make your changes to the code. When any of the files change, it will automatically recompile.
  • In Google Chrome, go to the URL chrome://extensions/
  • Find the Tab Organizer extension in the list, then click the Reload (Ctrl+R) link.

How to test

  • npm test