switching to sync storage is very easy as all api calls should be identical. just remember that the maximum size for stored objects is lower in sync storage (only 8mb I believe)
Can I suggest you describe it as "save your Chrome tabs" or something similar? Instead of "tab manager", "manager" being a sometimes over-used and hard to define word.
It's unclear to me in what way this lets me manage my tabs. I expect an easily browseable overview of all my tabs (because they don't fit in the tab bar anymore), and the ability to do stuff with them. Saving them for later use is absolutely an interesting option, but for some reason the screenshots show a cat, rather than a list of all my tabs.
actually, you can still inspect the code for the "compiled product" you download from the store- your chrome path contains a directory containing all extensions, finding them is a little bit hard, because they use their keys as foldernames but you can actually still inspect the source
If you are worried if the installed-through-the-store version is the same so you could just unpack it and compare with the code release. Or pack that yourself and install it, but updates through the store should at least prompt you when the extension asks for more permissions than it currently has.
The extension can store data (synced if you are logged in to chrome), get metadata about and manipulate your tabs (including the URL, which might be security-relevant), and can call Google Analytics.
Wow, mind blown: the popup says "save selected tabs", which made me ask the question "what do you mean, selected tabs? I only have one tab at a time?", followed by experimentally shift/cmd-clicking tabs in the current window, and resulting in abovementioned mindblow.
p.s. There is so much good links get submitted to HN combined with all that information noise this getting to homepage ? Yeah, forced. Yes, this is really sad.
p.p.s. Noting personal to this particular username, just general feeling about HN.
I too use One Tab, its great. However the one downside is it doesn't sync so I had to manually export all my tabs before reinstalling the other day. They make this easy, but it's a bit of an annoyance when I'm so used to having everything in browsers synced with the cloud nowadays.
Works nicely. However note that you should explain CTRL on Windows, not CMD button to select. Also might want to make the highlighted tabs a bit higher contrast when CTRL-clicking as I didn't really notice at first. For usability maybe make them swap to inverse color or something more bold to convey selection.
I think the multi tab selection is not part of the extension, but is integrated in Chrome itself. I recently discovered it by accident and found it to be super helpful to do things like splitting a group of tabs into a new window.
Nice shout out for Toby, it's a really great product!
Toby has a bunch of features that I didn't use in my workflow and I found them getting in the way at times. Nothing wrong there at all, just intended for a different set of use cases.
I find Tab Snooze (https://chrome.google.com/webstore/detail/tab-snooze/pdiebia...) to be better for my tab hoarding needs. I feel that if I wanted to organize all my tabs I would just use bookmarks to do so rather than Toby. With Tab Snooze, tabs will automatically recall themselves on a set schedule - once or recurring - or "someday" randomly which is fun. I did install Great Suspender which will also help me a lot.
I want a simple clean page like Safari's Favorites on iOS, with just beautiful icons (using high dpi mobile icons instead of the favicon), a simple label. Able to drag/drop to organize them however I like on a simple grid. That's all I need.
Is there an extension to do that? A beautiful grid of icons, clean, no fuss ?
Safari's Favorites on iOS is just great. I tend to use it as a "reading list" so I don't have to deal with the bookmarks for temporary things, and also for permanent sites I visit often.
The only thing I'd improve over Safari's Favorites (iOS) is to show a subtle grid when you start dragging items, and to allow user to leave empty blocks in the grid. That way you can personalize even more by arranging icons in groups (kinda like windows desktop icons with "align icons to grid").
The behaviour can be in line with desktop.. ie. click extension to get a choice to add current page to "favorites" (assuming extension manages the new tab as well, which is where the shortcut would go). Only when in the new tab page, I'd allow drag and drop of the icons.
It's pretty nutty to think just how crude the Google Chrome default tab page is. I'm not sure why it is that way. I don't think the page screenshot is that much helpful. Some sites look good and the thumb is pretty recognizable, others are relatively random.
Actually, I wonder if an extension can pull the "apple-touch-icon-precomposed" hi dpi icons in the meta tags?
What do they gonna do with my page view statistics? Why everyone have to poison a useful tool with Analytics tracking code. If it's about to provide some usage statistics, sure they can ask and collect my usage data anonymously. But why GA?
The short answer is GA because it's free and allows for collecting events. I wasn't sure how people would use the app so I wanted to measure a few events. One specific question I had at the beginning was "would people want to save and close tabs". The answer so far is yes they do, but only 15% of the time. Not sure if that means to keep or remove the feature yet though :D
* save all tabs by default, I honestly never even heard you could "select" tabs (ctrl click) and never used it until I found out it wasnt working and tried ctrl clicking tabs before saving them. Even after learning it I think it's a hassle for me to do that extra step. Logically speaking a session is all the tabs, I don't see how selecting tabs to save is the main use case but maybe I'm the odd one.
* Some way to replace tabs instead of opening a window. I like to keep my window centered, and unfortunately a new window is always shifted from the default position, and then if I close that one last, my windows never open in the same spot. Maybe a checkbox " replace tabs in active window" (or some general setting that won't need to be in the popup)
Doesn't seem to have an option to add tabs to existing sessions. I take it the workflow for this requires you to open the session and re-save it with the remaining tabs?
It's nice but I can't help but think of the limitations of Chrome extension APIs. All these Chrome tab managers put together probably only do 50% of what Tab Mix Plus does for Firefox :(
Hmmm, this seems like a minimalist version of my tab manager, Tabli: http://www.gettabli.com
Tabli is based on a similar concept (being able to save sets of tabs with a meaningful name), but is a full-featured tab manager, allowing you to see all open tabs, switch between tabs, and revert to last saved version of a tab set.
What's the roadmap / vision for Tabbie and how does it differ from Tabli?
(To OP: If the projects seem similar enough in spirit and you'd be interested in combining forces and collaborating on Tabli, please let me know!)
Hey! Just wanted to say I did try Tabli and found it to be a solid extension. However it didn't quite fit into my workflow and there's enough features that it felt overkill for what I was trying to accomplish. The goal is to save a group of tabs with a minimal steps restore them later, just keeping it simple.
Tabli looks great. Curiously, it doesn't mention that it syncs across computers; but looking at the docs I notice that it uses a folder inside Chrome's Bookmarks, so I guess you also get syncing for free—looking forward to testing it
57 comments
[ 3.1 ms ] story [ 101 ms ] threadHow does the cat help in managing 200 tabs?
http://stackoverflow.com/questions/14543896/where-does-chrom...
The current permissions can be seen in the manifest: https://github.com/hharnisc/tabbie/blob/master/manifest.json
The extension can store data (synced if you are logged in to chrome), get metadata about and manipulate your tabs (including the URL, which might be security-relevant), and can call Google Analytics.
Wow, mind blown: the popup says "save selected tabs", which made me ask the question "what do you mean, selected tabs? I only have one tab at a time?", followed by experimentally shift/cmd-clicking tabs in the current window, and resulting in abovementioned mindblow.
p.s. There is so much good links get submitted to HN combined with all that information noise this getting to homepage ? Yeah, forced. Yes, this is really sad. p.p.s. Noting personal to this particular username, just general feeling about HN.
*Add The Great Suspender (https://github.com/deanoemcke/thegreatsuspender) if you have a tab-hoarding problem
Toby has a bunch of features that I didn't use in my workflow and I found them getting in the way at times. Nothing wrong there at all, just intended for a different set of use cases.
I want a simple clean page like Safari's Favorites on iOS, with just beautiful icons (using high dpi mobile icons instead of the favicon), a simple label. Able to drag/drop to organize them however I like on a simple grid. That's all I need.
Is there an extension to do that? A beautiful grid of icons, clean, no fuss ?
Safari's Favorites on iOS is just great. I tend to use it as a "reading list" so I don't have to deal with the bookmarks for temporary things, and also for permanent sites I visit often.
The only thing I'd improve over Safari's Favorites (iOS) is to show a subtle grid when you start dragging items, and to allow user to leave empty blocks in the grid. That way you can personalize even more by arranging icons in groups (kinda like windows desktop icons with "align icons to grid").
It's pretty nutty to think just how crude the Google Chrome default tab page is. I'm not sure why it is that way. I don't think the page screenshot is that much helpful. Some sites look good and the thumb is pretty recognizable, others are relatively random.
Actually, I wonder if an extension can pull the "apple-touch-icon-precomposed" hi dpi icons in the meta tags?
A snapshot of the data I'm collecting https://cl.ly/0Y0h0s1N3t0K
* Super simpe, I like it
* Nice colorful icon easy to spot
suggestions
* save all tabs by default, I honestly never even heard you could "select" tabs (ctrl click) and never used it until I found out it wasnt working and tried ctrl clicking tabs before saving them. Even after learning it I think it's a hassle for me to do that extra step. Logically speaking a session is all the tabs, I don't see how selecting tabs to save is the main use case but maybe I'm the odd one.
* Some way to replace tabs instead of opening a window. I like to keep my window centered, and unfortunately a new window is always shifted from the default position, and then if I close that one last, my windows never open in the same spot. Maybe a checkbox " replace tabs in active window" (or some general setting that won't need to be in the popup)
* if there is >1 selected tab, change button behavior to "save selected tabs" else default to "save all tabs"
* a simple "cancel/destroy" prompt before deleting a tab group - if you are a pinboard.in user, the way maciej handles this is very nice
* show tab count in parens next to each saved group e.g. "jenkins (7)"
* search/filter box at top to quickly find tab groups
Tabli is based on a similar concept (being able to save sets of tabs with a meaningful name), but is a full-featured tab manager, allowing you to see all open tabs, switch between tabs, and revert to last saved version of a tab set.
What's the roadmap / vision for Tabbie and how does it differ from Tabli?
(To OP: If the projects seem similar enough in spirit and you'd be interested in combining forces and collaborating on Tabli, please let me know!)