Features
- provides custom protocol handler to open URLs in containers
- supports both command line and internal invocations
- supports creation of containers on the fly
- supports setting colors and icons when creating new containers
- supports tabs pinning
- supports opening tabs in reader mode
- works well in combination with other extensions
Usage examples
Open https://mozilla.org in a container named MyContainer.
$ firefox 'ext+container:name=MyContainer&url=https://mozilla.org'
Open https://mozilla.org in a container named MyContainer. If the container doesn't exist, create it using an orange coloured fruit icon. Also, pin the tab.
$ firefox 'ext+container:name=MyContainer&color=orange&icon=fruit&url=https://mozilla.org&pinned=true'
Also it will work with the links on the site:
<a href="ext+container:name=MyContainer&url=https://mozilla.org">Mozilla.Org in MyContainer</a>
Launcher script (bash)
Shell launcher provides a shortcut to easily interact with the extension from command line, scripts, OS shortcuts etc.
The latest version of the launcher is available here: https://github.com/honsiorovskyi/open-url-in-container/blob/master/launcher.sh
Source code
https://github.com/honsiorovskyi/open-url-in-container Install
- License: Mozilla Public License 2.0
- Weekly downloads: 50
- Average daily users: 1434
- Rating: 4.878/5 of 41 ratings
- Created: 2019-08-31 23:14:01
- Last updated: 2020-05-09 15:25:13
- Homepage:
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container/
- API: {f069aec0-43c5-4bbf-b6b4-df95c4326b98}