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

Easy Session Manager version history - 25 versions

Easy Session Manager by ITDominator

Rated 3.7 out of 5
3.7 Stars out of 5
5
12
4
5
3
3
2
2
1
4
Easy Session Manager 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.2.3.7

    Released May 13, 2024 - 324.35 KB
    Works with firefox 79.0 and later
    # Version: 0.2.3.7
    * Added unhandled error handler to display any uncaught errors to the user.

    Source code released under GNU General Public License v2.0 only

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 0.2.3.6

    Released May 10, 2024 - 324 KB
    Works with firefox 79.0 and later
    # Version: 0.2.3.6
    * Updated in place tab loading logic

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.3.5

    Released May 10, 2024 - 324.73 KB
    Works with firefox 79.0 and later
    # Version: 0.2.3.5
    * Updated prompting text

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.3.4

    Released May 10, 2024 - 324.64 KB
    Works with firefox 79.0 and later
    # Version: 0.2.3.4
    * Changed URL loading from window.create to browser.tabs.create

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.3.3

    Released May 8, 2024 - 300.25 KB
    Works with firefox 79.0 and later
    # Version: 0.2.3.3
    * Fixed tab open logic to exclude urls not valid for api opening (due to security).

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.3.2

    Released May 8, 2024 - 299.96 KB
    Works with firefox 79.0 and later
    # Version: 0.2.3.2
    * Fixed Selective Open not working properly when multiple windows are in session.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.3.1

    Released Sep 23, 2023 - 299.98 KB
    Works with firefox 57.0 and later
    # Version: 0.2.3.1
    * Updated import to strip "session_"

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.3.0

    Released Dec 20, 2021 - 299.96 KB
    Works with firefox 57.0 and later
    # Version: 0.2.3.0
    * Changed menu gutter positioning

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.9

    Released Feb 20, 2021 - 299.96 KB
    Works with firefox 57.0 and later
    # Version: 0.2.2.9
    * Added free session memory feature.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.8

    Released Feb 16, 2021 - 299.8 KB
    Works with firefox 57.0 and later
    # Version: 0.2.1.8
    * Renamed feature

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.7

    Released Aug 25, 2020 - 299.8 KB
    Works with firefox 57.0 and later
    # Version: 0.2.1.7
    Added "Deselect All" button from @CRImier.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.6

    Released Mar 28, 2020 - 299.79 KB
    Works with firefox 57.0 and later
    # Version: 0.2.1.6
    Added title toggling option.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.5

    Released Mar 2, 2020 - 299.53 KB
    Works with firefox 57.0 and later
    Version: 0.2.1.5

    Fixed issues 1, 3-5

    https://github.com/maximstewart/Easy-Session-Manager/issues?q=is%3Aissue+is%3Aclosed

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.4

    Released Feb 29, 2020 - 299.48 KB
    Works with firefox 57.0 and later
    Version: 0.2.1.4

    Removed SweetAlerts and am using Mustard UI

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.3

    Released Feb 26, 2020 - 314.95 KB
    Works with firefox 57.0 and later
    # Version: 0.2.1.3
    Reverted submission to prior version but bumped version number

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.2

    Released Feb 26, 2020 - 318.46 KB
    Works with firefox 57.0 and later
    # Version: 0.2.1.2
    Changed to SweetAlerts2 api

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.2.0

    Released Feb 1, 2020 - 314.95 KB
    Works with firefox 57.0 and later
    # Version: 0.2.2.0
    Refactored code and added tab count per session.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.1.3

    Released Jul 15, 2019 - 313.99 KB
    Works with firefox 57.0 and later
    Improved width of SweetAlert windows.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.1.2

    Released May 4, 2019 - 313.91 KB
    Works with firefox 57.0 and later
    Updating for Firefox AMO

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.1.1

    Released Apr 19, 2019 - 302.39 KB
    Works with firefox 57.0 and later
    # Version: 0.2.1.1
    Added alert when session is empty and trying to load it.
    Cleaned up alert window logic.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.1.0

    Released Apr 19, 2019 - 302.35 KB
    Works with firefox 57.0 and later
    # Version: 0.2.1.0
    Fixed edit logic when renaming session overwrites another session with the same name.
    Split helper logic to utils.js.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.0.2

    Released Apr 19, 2019 - 301.62 KB
    Works with firefox 57.0 and later
    # Version: 0.2.0.2
    Changed edit logic: If name is different, Editing will change the session name unless new session is checked.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.0.1

    Released Apr 19, 2019 - 301.45 KB
    Works with firefox 57.0 and later
    # Version: 0.2.0.1
    Fixed deleted element reference in memory issue.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.2.0

    Released Apr 19, 2019 - 301.44 KB
    Works with firefox 57.0 and later
    # Version: 0.2.0
    Added additional edit functionality.
    Added selective save functionality.

    Source code released under GNU General Public License v2.0 only

    Download file
  • Version 0.1.8

    Released Apr 6, 2019 - 301.21 KB
    Works with firefox 57.0 and later
    Fixed select all issue.

    Source code released under GNU General Public License v2.0 only

    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
  • Bluesky (@firefox.com)
  • 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.