Please do a manual transition, means: export your rules you created in nwg/containerise-ce (using copy&paste) and import it to this addon as they don't know each others store (by intention).
If you switch between local storage and Firefox sync in the addon settings it will automatically take over from that one you switch from, e.g. if you have sync enabled and create rules and you switch off sync the rules will be taken over into the local storage.
Firefox extension to automatically open websites in a container
Install the latest release for Firefox from AMO
amazon.co.uk, Shopping
will open all amazon.co.uk (not subdomains) links in Shopping container.
!*.amazon.co.uk, Shopping
will be treated as *.amazon.co.uk
glob pattern. (suitable to subdomains)
@.+\.amazon\.co\.uk, Shopping
will be treated as .+\.amazon\.co\.uk
regex. (suitable to subdomains and complex paths)
In the project directory, you can run:
Installs required dependencies.
Starts webpack with --watch
option and outputs to ./build
directory.
Builds the extension for production use.
Runs test specs using jest.
Use test:watch
to watch for edits and re-run the tests.
Lint using eslint.
Runs web-ext process to debug the extension on Firefox. See web-ext docs
To live reload the extension, start this process in a new tab after starting npm run webpack
process.