This is the official repository for the Google Chrome Extension called Tab Organizer <https://chrome.google.com/webstore/detail/tab-organizer/gbaokejhnafeofbniplkljehipcekkbh>
_.
If you're a normal user, you should NOT be using this repository. Instead, install the version in the Chrome Web Store <https://chrome.google.com/webstore/detail/tab-organizer/gbaokejhnafeofbniplkljehipcekkbh>
_ 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:
git
, Node.js <http://nodejs.org/>
, npm <https://www.npmjs.com/>
, and Nightly Rust <https://www.rust-lang.org/en-US/install.html>
_.git clone --branch rust https://github.com/Pauan/tab-organizer.git
cd tab-organizer
cargo install cargo-web
npm run-script build
chrome://extensions/
Developer mode
(in the upper-right) is checked.Load unpacked extension...
button.tab-organizer/static
folder, then click Open
or OK
.cd tab-organizer
git pull
cargo install --force cargo-web
npm run-script build
chrome://extensions/
Reload (Ctrl+R)
link.cd tab-organizer
git pull
npm run-script build
chrome://extensions/
Reload (Ctrl+R)
link.npm test