Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Releases: cadecairos/TabSweeper

v0.2.1

04 Aug 01:59
Compare
Choose a tag to compare
  1. Add a button for restoring an entire session of tabs - commit
  2. Fix the broken clear all sessions button - commit
  3. Refactor the outputSessionUrls method in the sidebar to be smaller, by splitting it out into more methods - commit

Refactoring

02 Aug 16:03
Compare
Choose a tag to compare

I've removed moment.js and jquery, which has significantly reduced the size of the JavaScript being loaded in the sidebar (19KB VS > 300KB)

The sidebar code is now compiled, minified and optimized using webpack.

Initial Release

22 Jul 03:17
Compare
Choose a tag to compare

A Firefox Web Extension for tidying up tabs without losing them.

  • Clear up and store your tabs with the browser toolbar button, or press the shortcut Ctrl+Shift+U
  • Toggle the TabSweeper sidebar using Ctrl+Shift+Y
  • Click on a link in the sidebar to restore it
  • Click the "x" next to each link to forget it
  • Click the "Clear All" button at the top of the sidebar to forget all sessions.