Container Homes version history - 4 versions
Container Homes by Rolf Kleef
Container Homes version history - 4 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.5.0
Released Aug 21, 2026 - 79.33 KBWorks with firefox 140.0 and later, android 142.0 and later- Add
Ctrl+Shift+Spaceto open a new tab next to the current one, in the same
container and joined to the current tab's group (if it's in one). - Add an options-page preference, "Automatically add new tabs to their
container's tab group" (off by default), that joins every new tab to its
container's existing group in the current window, or creates one for it
if none exists yet. Pinned tabs are left alone.
Source code released under MIT License
- Add
Older versions
Version 0.4.0
Released Aug 21, 2026 - 78.11 KBWorks with firefox 140.0 and later, android 142.0 and later- Add
Alt+Shift+0to group and sort the current window's tabs by
container: one native tab group per container with tabs in this window
(plus a "No Container" group for default-context tabs), titled and
colored to match, ordered "No Container" first then by container order.
Each container's configured slot tabs (1-9) are sorted to the front of
its group in slot order; other tabs keep their existing relative order.
Pinned tabs, other windows, and platforms without tab-group support
(Firefox for Android) are left untouched. Re-running the shortcut re-sorts
into the existing groups instead of creating duplicates. - Add
Alt+Shift+PageUp/Alt+Shift+PageDownto switch to the first tab
of the previous or next tab group in the current window, wrapping around
at either end. Works whether or not the current tab is itself in a group.
- Add the
tabGroupspermission, required to create, title, color, and
reorder native tab groups for the new group-and-sort command.
Source code released under MIT License
- Add
Version 0.3.0
Released Aug 17, 2026 - 75.14 KBWorks with firefox 140.0 and later, android 142.0 and later- Add per-container app slots (1-9):
Alt+Shift+1..9switch to that
slot's tab in the current container, or open its configured URL in a new
tab if it isn't already open. Bindings track the actual tab, with
URL-origin matching as a fallback after the tab closes or the browser
restarts, and raise the target window if it lives elsewhere. - Add config export/import on the options page: export home URLs and slots
to a JSON file, and import one back in (replacing the current
configuration, after a confirmation prompt).
- Store a
configVersionalongside the config, so future schema changes can
migrate on update instead of guessing at the stored shape. - Re-add the
tabspermission, needed to find and re-focus slot tabs by id
or URL. - Add the
cookiespermission, required bytabs.create'scookieStoreId
option — without it, opening a new tab for an unconfigured slot silently
fails.
Source code released under MIT License
- Add per-container app slots (1-9):
Version 0.2.2
Released Aug 12, 2026 - 71.2 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under MIT License