Firefox extension to automatically open websites in a container. Map multiple domains and subdomain to a container with simple csv based config. Once mapped, this extension will always open the site in a container. This behaviour is disabled in private mode.
Usage
Basic mapping:
amazon.co.uk, Shopping will open all amazon.co.uk (not subdomains) links in Shopping container.
Glob:
!*.amazon.co.uk, Shopping will be treated as *.amazon.co.uk glob pattern. (suitable to subdomains)
Regex:
@.+.amazon.co.uk$, Shopping will be treat as .+.amazon.co.uk$ regex. (suitable to subdomains and complex paths)
- License: MIT License
- Weekly downloads: 29
- Average daily users: 1805
- Rating: 4.4054/5 of 111 ratings
- Created: 2017-09-30 22:08:05
- Last updated: 2021-02-10 21:15:16
- Homepage: https://github.com/kintesh/containerise
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/containerise/
- API: containerise@kinte.sh