Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Containers Helper version history - 25 versions

Containers Helper by cmcode-dev

Rated 4.6 out of 5
4.6 Stars out of 5
5
15
4
0
3
1
2
0
1
1
Containers Helper version history - 25 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.1.3

    Released Oct 6, 2022 - 221.27 KB
    Works with firefox 57.0 and later
    ## v0.1.3

    (2022-10-06)

    * the "Open" container action was checking the wrong config option: `neverConfirmSaveNonHttpUrls` instead of `neverConfirmOpenNonHttpUrls`

    ## v0.1.2

    * Adjusts the CSS styling and positioning of elements in the extension popup to respect 600px max height constraints
    * Fixes scrolling on some environments
    * When opening the popup in a new tab, the full width of the screen is used

    ## v0.1.1

    * bug fix for Enter key not working, as described in https://github.com/cmcode-dev/firefox-containers-helper/issues/44

    ## v0.1.0

    Significant rewrite of the extension, migrating from vanilla JS to TypeScript.

    * Fixed verbiage in various places across the options page and extension popup
    * Implemented "Confirm", "Prompt" and "Alert" modals instead of using the native JavaScript confirm() function
    * Preferences page compatibility improvements
    * Added "Refresh" function to allow for a faster way to delete & re-create an existing container or containers
    * Useful for quickly purging cookies without having to set up a container over again
    * Added "Clean Up Orphans" to help clean up the config, with help text to show when it's needed
    * Focus cancel/OK buttons in modals by default where necessary
    * Stress-tested the extension and added suggestions/recommendations for extreme power users to the Preferences page
    * Lots of other optimizations/fixes/improvements

    Dev changes:

    * Rewrote the extension in TypeScript. Uses webpack to compile the result.

    Source code released under The MIT License

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 0.1.2

    Released Oct 3, 2022 - 221.27 KB
    Works with firefox 57.0 and later
    ## v0.1.2

    * Adjusts the CSS styling and positioning of elements in the extension popup to respect 600px max height constraints
    * Fixes scrolling on some environments
    * When opening the popup in a new tab, the full width of the screen is used

    ## v0.1.1

    * bug fix for Enter key not working, as described in https://github.com/cmcode-dev/firefox-containers-helper/issues/44

    ## v0.1.0

    Significant rewrite of the extension, migrating from vanilla JS to TypeScript.

    * Fixed verbiage in various places across the options page and extension popup
    * Implemented "Confirm", "Prompt" and "Alert" modals instead of using the native JavaScript confirm() function
    * Preferences page compatibility improvements
    * Added "Refresh" function to allow for a faster way to delete & re-create an existing container or containers
    * Useful for quickly purging cookies without having to set up a container over again
    * Added "Clean Up Orphans" to help clean up the config, with help text to show when it's needed
    * Focus cancel/OK buttons in modals by default where necessary
    * Stress-tested the extension and added suggestions/recommendations for extreme power users to the Preferences page
    * Lots of other optimizations/fixes/improvements

    Dev changes:

    * Rewrote the extension in TypeScript. Uses webpack to compile the result.

    Source code released under The MIT License

    Download file
  • Version 0.1.1

    Released Oct 3, 2022 - 220.86 KB
    Works with firefox 57.0 and later
    ## v0.1.1

    * bug fix for Enter key not working, as described in https://github.com/cmcode-dev/firefox-containers-helper/issues/44

    ## v0.1.0

    Significant rewrite of the extension, migrating from vanilla JS to TypeScript.

    * Fixed verbiage in various places across the options page and extension popup
    * Implemented "Confirm", "Prompt" and "Alert" modals instead of using the native JavaScript confirm() function
    * Preferences page compatibility improvements
    * Added "Refresh" function to allow for a faster way to delete & re-create an existing container or containers
    * Useful for quickly purging cookies without having to set up a container over again
    * Added "Clean Up Orphans" to help clean up the config, with help text to show when it's needed
    * Focus cancel/OK buttons in modals by default where necessary
    * Stress-tested the extension and added suggestions/recommendations for extreme power users to the Preferences page
    * Lots of other optimizations/fixes/improvements

    Dev changes:

    * Rewrote the extension in TypeScript. Uses webpack to compile the result.

    Source code released under The MIT License

    Download file
  • Version 0.1.0

    Released Oct 3, 2022 - 220.85 KB
    Works with firefox 57.0 and later
    ## v0.1.0

    Significant rewrite of the extension, migrating from vanilla JS to TypeScript.

    * Fixed verbiage in various places across the options page and extension popup
    * Implemented "Confirm", "Prompt" and "Alert" modals instead of using the native JavaScript confirm() function
    * Preferences page compatibility improvements
    * Added "Refresh" function to allow for a faster way to delete & re-create an existing container or containers
    * Useful for quickly purging cookies without having to set up a container over again
    * Added "Clean Up Orphans" to help clean up the config, with help text to show when it's needed
    * Focus cancel/OK buttons in modals by default where necessary
    * Stress-tested the extension and added suggestions/recommendations for extreme power users to the Preferences page
    * Lots of other optimizations/fixes/improvements

    Dev changes:

    * Rewrote the extension in TypeScript. Uses webpack to compile the result.

    Source code released under The MIT License

    Download file
  • Version 0.0.28

    Released Sep 21, 2022 - 198.83 KB
    Works with firefox 57.0 and later
    Jumped a few versions with today's release, so here's a summary:

    Changes in v0.0.28:

    * Container names no longer are limited to 25 characters. This was previously an API limitation that now seems to have been removed at some point, thank you Mozilla! As a result, the "Set Name" option now allows you to set a name longer than 25 characters. The "+" button did not have this same length check, so its behavior has not been changed.
    * Replaced all javascript "alert" calls with proper modals. This is part of an incremental effort to replace all native JS dialogs such as "confirm", "prompt" and "alert" with proper CSS-enabled modals. You can view this yourself by pressing the "+" button with an empty container name in the text field.
    * Fix https://github.com/cmcode-dev/firefox-containers-helper/issues/40 - the Sort by URL Descending menu option is now correct.

    Changes in v0.0.27:

    * fixes https://github.com/cmcode-dev/firefox-containers-helper/issues/33 - in some scenarios, the selected items are preserved when they should be reset. Now, the behavior has been updated to de-select all containers when a delete or duplicate action takes place.

    Changes in v0.0.26:

    Addresses some items from https://github.com/cmcode-dev/firefox-containers-helper/issues/37.

    * fixes issue with containers that are added via the + button having lowercase names
    * adds "soft" sorting by website asc/desc, container name asc/desc, or default unsorted/reverse. Note: this does not actually change the sorting of your containers within Firefox.
    * minor code fixes/cleanup
    * in v0.0.25, the default sort was set to sort by URL Asc; this has been set back to the Default Sort in v0.0.26.

    Source code released under The MIT License

    Download file
  • Version 0.0.26

    Released Sep 21, 2022 - 197.82 KB
    Works with firefox 57.0 and later
    Addresses some items from https://github.com/cmcode-dev/firefox-containers-helper/issues/37.

    * fixes issue with containers that are added via the + button having lowercase names

    * adds "soft" sorting by website asc/desc, container name asc/desc, or default unsorted/reverse. Note: this does not actually change the sorting of your containers within Firefox.

    * minor code fixes/cleanup

    * in v0.0.25, the default sort was set to sort by URL Asc; this has been set back to the Default Sort in v0.0.26.

    Source code released under The MIT License

    Download file
  • Version 0.0.25

    Released Sep 21, 2022 - 197.81 KB
    Works with firefox 57.0 and later
    * addresses some items from https://github.com/cmcode-dev/firefox-containers-helper/issues/37:
    * fixes issue with containers that are added via the + button having lowercase names
    * adds "soft" sorting by website asc/desc, container name asc/desc, or default unsorted/reverse
    * this does not actually change the sorting of your containers within Firefox; there is no API method that allows this that I'm aware of (see discussion in https://github.com/cmcode-dev/firefox-containers-helper/issues/37#issuecomment-1232317252)
    * minor code fixes/cleanup

    Source code released under The MIT License

    Download file
  • Version 0.0.24

    Released May 3, 2022 - 197.12 KB
    Works with firefox 57.0 and later
    * adds "Override with current tab's URL" feature requested in https://github.com/cmcode-dev/firefox-containers-helper/issues/31
    * adds warning to the Preferences page about firefox sync quota limitations

    Source code released under The MIT License

    Download file
  • Version 0.0.23

    Released Sep 27, 2021 - 197.5 KB
    Works with firefox 57.0 and later, android 57.0 and later
    * more verbiage clarification in options page (v0.0.23)
    * minor verbiage fix in options page (v0.0.22)
    * adds an option to override the default URL for a container with the current tab's URL if its domain/hostname/origin/host matches the current tab's URL (v0.0.21)
    * requested in https://github.com/charles-m-knox/firefox-containers-helper/issues/29

    Source code released under The MIT License

    Download file
  • Version 0.0.22

    Released Sep 26, 2021 - 197.49 KB
    Works with firefox 57.0 and later, android 57.0 and later
    v0.0.22:

    * minor verbiage fix in options page

    v0.0.21:

    * adds an option to override the default URL for a container with the current tab's URL if its domain/hostname/origin/host matches the current tab's URL
    * requested in https://github.com/charles-m-knox/firefox-containers-helper/issues/29

    Source code released under The MIT License

    Download file
  • Version 0.0.21

    Released Sep 26, 2021 - 197.47 KB
    Works with firefox 57.0 and later, android 57.0 and later
    * adds an option to override the default URL for a container with the current tab's URL if its domain/hostname/origin/host matches the current tab's URL
    * requested in https://github.com/charles-m-knox/firefox-containers-helper/issues/29

    Source code released under The MIT License

    Download file
  • Version 0.0.20

    Released Sep 16, 2021 - 194.93 KB
    Works with firefox 57.0 and later, android 57.0 and later
    * fixes a regression introduced in`v0.0.19` where tabs without default URLs would not be able to open when the setting to ignore non-http/https values was unchecked
    * updated verbiage in the options page to remove double-negatives from the ignore http/https prompt options explanations

    Source code released under The MIT License

    Download file
  • Version 0.0.19

    Released Sep 12, 2021 - 194.91 KB
    Works with firefox 57.0 and later, android 57.0 and later
    * fixes an issue where users can enter URLs without the protocol, which causes the web extensions API to attempt to load a local file by the name of the URL provided by the user. Users will now be prompted to confirm if they enter a URL that does not have `http://` or `https://` in front of it.
    * users are also prompted when attempting to open a URL without the above two protocols
    * added a section in the Preferences/options page where users can choose to ignore this dialog

    Source code released under The MIT License

    Download file
  • Version 0.0.18

    Released Aug 1, 2021 - 193.94 KB
    Works with firefox 57.0 and later, android 57.0 and later
    * adds ability to import containers by providing a JSON array. This feature is accessible via the Addon Preferences page.
    * also includes ability to set default URLs for the containers
    * fixed an issue with `undefined` container targets being passed to a request to delete multiple containers
    * updated verbiage in the Export Containers section
    * updated the Export Containers functionality to include the default URL for containers

    https://github.com/charles-m-knox/firefox-containers-helper/releases

    Source code released under The MIT License

    Download file
  • Version 0.0.17

    Released Aug 1, 2021 - 192.54 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.16

    Released Mar 21, 2021 - 192.24 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.15

    Released Mar 20, 2021 - 188.45 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.14

    Released Mar 18, 2021 - 188.42 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.13

    Released Mar 18, 2021 - 188.48 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.12

    Released Mar 18, 2021 - 188.47 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.11

    Released Mar 18, 2021 - 188.41 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.10

    Released Nov 22, 2020 - 156.1 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.9

    Released Nov 21, 2020 - 154.97 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.8

    Released Nov 21, 2020 - 155.05 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
  • Version 0.0.7

    Released Nov 21, 2020 - 155.09 KB
    Works with firefox 57.0 and later, android 57.0 and later

    Source code released under The MIT License

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.