sidewise
sidewise copied to clipboard
Persistent sidebar extension for Chrome featuring tree style tabs and tab hibernation.
Convert everything to i18n that is currently hardcoded in pages.js, mainly the context menu item labels and several prompt messages.
Clicking a Last Session window row should restore only .restorable=true child rows, not all hibernated rows. The count of how many pages will be restored shown in the confirm() box...
Remove windows from focustracker when they're minimized - this may alleviate need for .getTopFocusableWindow() completely and thereby simplify code that currently has to use an async callback to get the...
One or more of: - Donate via Google Checkout - Donate via Amazon - Donate via Dwolla - Recurring vs one-time donation switch
Add Google+, Facebook, Twitter widgets to the options/donate pages as a strip glued to the bottom or side of the page. One nice example that may be worth copying is...
If a user disabled the 'remember open tabs' option, Sidewise should ideally still remember information about those open tabs, and if Chrome restores open tabs upon browser launch or later,...
Currently if multiple tabs are closed/hibernated from the sidebar at once, and one of those pages has an onbeforeunload handler which pops up an alert/prompt/confirm box, Chrome/Sidewise freaks out and...