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.gitcd tab-organizercargo install cargo-webnpm 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/staticfolder, then clickOpenorOK.
cd tab-organizergit pullcargo install --force cargo-webnpm 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-organizergit 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