/tab-organizer

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

Primary LanguageRustMIT 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, npm, and Nightly Rust.
  • git clone --branch rust https://github.com/Pauan/tab-organizer.git
  • cd tab-organizer
  • cargo install cargo-web
  • 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/static folder, then click Open or OK.

How to update

  • cd tab-organizer
  • git pull
  • cargo install --force cargo-web
  • 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
  • Make your changes to the code.
  • 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 test

  • npm test