This is the official repository for the Google Chrome Extension called Tab Organizer.
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 clickOpen
orOK
.
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.
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.
npm test