i2 / Tabsets

A Chrome Extension to keep sets of tabs handy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabsets

This extension lets you keep all the tabs you have open in a set so that you can open them all again later, even on another device, if you have synchronisation enabled in Google Chrome.

A tree list shows when each set of tabs (a "tabset") was created, and how many tabs there are in each set. Each tabset can be expended to see the individual tabs in that tabset, allowing one at a time to be removed. You can also rename the tabset, add the current tab to a tabset, and import or export tabsets as plain text to share with others.

Permissions required are so that the title of each tab can be retrieved. This extension does not, and will not, read the contents of your web pages.

The extension is available in the Web Store at https://chrome.google.com/webstore/detail/tabsets/ifohmndbcefggppiblfofpbkmdfmeing

Version History

Version 1.21:

  • Added a link for donations.

Version 1.20:

  • Sort tabsets by name or creation time.

Version 1.19:

  • Save tabsets with local date and time of creation.

Version 1.18:

  • Closes #14 by allowing users to move individual tabs up and down within a tabset

Version 1.17:

  • Prevent total data loss by not erasing the data before setting it.

Version 1.16:

  • Improved layout of delete buttons for tabs within tabsets.

Version 1.15:

  • Fixed the missing tabset import button.

Version 1.14:

  • The rename tabset prompt defaults to the current tabset name.

Version 1.13:

  • You can now rename tabsets.

Version 1.12:

  • You can now remove individual tabs from a tabset with the delete button beside each tab.

Version 1.11:

  • You can now add the current tab to an existing tabset with the plus button beside a tabset.

Version 1.10:

  • Expand icon changed in preparation for using the plus icon to add a tab to a tabset.

Version 1.9:

  • Basic support added for exporting and importing tabsets via their JSON representation. Being text, it can be copied and pasted in many places where a file might not be suitable.

Version 1.8:

  • UI changes to make it more obvious that a tabset can be expanded, and made the name of the tabset the link to open all the tabs in that tabset. Also made delete an image so it's more compact/neater.

Version 1.7:

  • Bug fix for event tracking.

Version 1.6:

  • If the only open tab is a new tab, it'll be closed when you open a tabset. This makes opening a new window, and then a tabset feel more dedicated to the tabset.

Version 1.5:

  • Make it clearer that the tabsets can be clicked to expand the tabs in them, which allows individual tabs to be opened.

Version 1.4:

  • Version shown in the heading

Version 1.3:

  • Code improvements and usage tracking

Version 1.2:

  • Better storage method allows far more tabsets to be saved.
  • New UI and icon to make it stand out a little better.

About

A Chrome Extension to keep sets of tabs handy

License:GNU General Public License v3.0


Languages

Language:JavaScript 61.0%Language:HTML 26.0%Language:CSS 13.0%