Pauan / tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!
MIT License
67 stars 8 forks source link

Migrate favorites to new virtual tabs system. #73

Open Pauan opened 9 years ago

Pauan commented 9 years ago

Originally reported on Google Code with ID 72

This could be tricky... due to the asynchronous nature of the bookmarks calls. I also
worry somewhat about accidentally trouncing people's bookmarks.

Reported by pcxunlimited on 2010-10-03 13:15:59

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-04-30 23:38:26

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 21:51:08

Pauan commented 9 years ago
Not going to use bookmarks for this. I really really wanted to use bookmarks for everything,
including tabs, sessions, etc. but Chrome has a (really low) quota limit on how often
extensions can use the bookmarks API.

So I'm forced to do everything through IndexedDB, which isn't that bad now that I've
gotten the hang of it. Instead, my plan is to take all the user's existing favorites
and simply move them into either a session or a virtual tab group with a name like
".Favorites"

Reported by pcxunlimited on 2012-08-27 22:01:05

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:03:36

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:39:18

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:47:28