GitXplorerGitXplorer
h

tabbie

public
413 stars
20 forks
15 issues

Commits

List of commits on branch master.
Unverified
f6d489d94385b99d4a0366d4bd7d37b889299138

ignore zipped up files

hhharnisc committed 8 years ago
Unverified
6a0f1f83a886ce57aed7f294fd405b316ed9a003

Bump version number

hhharnisc committed 8 years ago
Unverified
93611a842363148b4f1e75b51642720e3d3402d5

Add ability to remove tab (#35)

hhharnisc committed 8 years ago
Unverified
da4701b6d91d7119f9be49d0ee705f06896bfd49

Bump version and update release notes

hhharnisc committed 8 years ago
Unverified
bae23b337db0af10da263f5b52f8d6900ddaf333

Implement Tab Group Details view (#34)

hhharnisc committed 8 years ago
Unverified
3268058f72be1ffc149468bfb89834900089a3b5

update readme

hhharnisc committed 8 years ago

README

The README file for this repository.

Tabbie

The missing tab manager for Chrome.

Friday evening comes along and you want to save your chrome tabs from the week so you can pick em back up on Monday.

Chrome Web Store: https://chrome.google.com/webstore/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo

screenshot

Usage

  • Use-case 1: You are leaving work on Friday and you would like to save all the tabs in this group. Click on Tabbie, populate the New Tab Group Name, click Save & Close All Tabs, go home, open different tabs, go to work on Monday, find the Saved Tab Group that you need, click Open
  • Use-case 2: You are at work on Tuesday and have started to look at some docs (which may be unrealated to the tabs currently open) and you would like to save a selection of the tabs for this group. If your tabs are contiguous, click on the head tab, shift click the tail tab/or command/ctrl click for fragmented tabs, go to Tabbie, check Only Save Selected Tabs, and either Save Selected Tabs or Save & Close Selected Tabs

Release Notes

0.4.1

  • Implement remove tab

0.3.7

  • Implement Tab Group Details view

0.3.6

0.3.5

  • Show a tab count in tab group items
  • Fixes #10

0.3.4

  • Re-implemented with React

0.3.3

  • Preserve pinned tabs (fixes #13)

0.3.2

  • Show invalid state on input when no value is set (fixes #8)

0.3.1

  • Form items get focus before tab groups (fixes #7)

0.3.0

  • Default to save all chrome tabs in the current window
  • Toggle checkbox to save selected tabs
  • a11y fixes (Thanks Rahul!)
  • Display extension icon in Chrome extensions manager

Google Analytics

Google Analytics is connected to make informed decisions about which features should be default, which features to remove and to prioritize which languages to translate. The goal here is to be 100% transparent about what is being collected and to not personally identifiable information. It's the patterns that emerge from the group that are in important, not so much the individual.

The following events are tracked in Google analytics:

save

Someone clicks on the "Save All Tabs" or "Save Selected Tabs" button.

value: number of tabs in the group

saveAndClose

Someone clicks on the "Save & Close All Tabs" or "Save & Close Selected Tabs" button.

value: number of tabs in the group

remove

Someone removes a tab group.

value: number of tabs in the group

open

Someone opens a tab group.

value: number of tabs in the group

pageview

Someone opens the Tabbie chrome extension

Contributing

Pull requests welcome!