+1
I just came here to request this feature, but it seems someone did it faster than me.
Just commenting here to say I'm also interested in this feature. Actually, I might try to implement it:
chrome.tabs.remove(suspendedtabs)).A background on why I want this feature: this extension goes a long way to save resources on old and unused tabs but doesn't do enough to help me clear the tab list. Being able to close all tabs that don't matter anymore would be great.
+1, please include this feature.
I was looking for the same feature so I made a pull request: https://github.com/deanoemcke/thegreatsuspender/pull/450
This has also been implemented in a pull request by @jeffmahoney: https://github.com/deanoemcke/thegreatsuspender/pull/499
Just an idea: it might be nice to implement this with the concept of a 'stash'.
You can click a button to 'stash' all currently suspended tabs. And at anytime, you can view your stash (with the option of reopening one or all of them).
There could also be an option to auto-stash tabs instead of suspending them, or auto-stash them after a certain amount of time in suspension (see #317)
Alternative storage formats for stashes would be valuable, i.e. "export stash -> markdown, html"
Can someone pretty please add this? :-)
+1 please add this feature
Most helpful comment
I was looking for the same feature so I made a pull request: https://github.com/deanoemcke/thegreatsuspender/pull/450