Development builds are not signed, so you need to load them by an atypical method. (Please click this section to see instructions.)
There are two methods to try them in your environment:
* Go to `about:debugging` and click "Load Temporary Add-on" button, then choose a XPI file. The development build will be loaded and active until you restart Firefox. **Note: don't uninstall the remporarily installed dev build even if you finished a test, because uninstallation clears all configs of TST.** Instead you just restart Firefox, then temporarily installed build are unloaded and the previously installed version will go back.
* If you want to try it as a regular addon instead of a temporary addon, you need to use [Nightly](https://www.mozilla.org/firefox/channel/desktop/) instead of the stable Firefox or Firefox beta. On Nightly, go to `about:config` and set `xpinstall.signatures.required` to `false`. Then you will be able to install such an unsigned XPI file.
Also, you can build a custom development build locally. For example, here are the steps to build an XPI on Ubuntu (native, or WSL on Windows 10):
```bash
$ sudo apt install git nodejs npm jq zip
$ git clone --recursive https://github.com/piroor/treestyletab.git
$ cd treestyletab/webextensions
$ make
```
Steps to build a specific revision (for example bb467286d58b3da90fd1b2e6ee8a8016e3377b97):
```
$ cd treestyletab/webextensions
$ git checkout bb467286d58b3da90fd1b2e6ee8a8016e3377b97
$ git submodule update
$ make
```
Then you will see new `.xpi` files in the current directory. You can install such a development build via `about:debugging`. Click the `Load Temporary Add-on` button and choose `treestyletab/manifest.json` or a built `.xpi` file.
## Extensions that extend TST
TST provides an [API for other extensions](https://github.com/piroor/treestyletab/wiki/API-for-other-addons).
Some extend the behavior of TST's sidebar panel.
See also [the list of known helper addons](https://github.com/piroor/treestyletab/wiki/Helper-addons-extending-functionality-of-TST).
## Similar projects
There are some similar project by someone not me providing similar features: