Skip to content

davestewart/great-suspender-recovery-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Great Suspender Recovery Tool

Recover your lost Great Suspender tabs!

screenshot

Intro

This extension attempts to recover your suspended Great Suspender tabs by searching your browser history and displaying any found suspended tabs.

You can then:

Installation

  1. Visit the extension's page on the Chrome Web Store
  2. Click "Add to Chrome"

Instructions

Running the extension:

  1. Run the extension by clicking on the toolbar icon: icon

Saving as bookmarks:

  1. Make sure the "display" option is set to "List"
  2. Adjust the settings and preview the output
  3. Click "Bookmark Tabs"
  4. Check the new folder at "Other Bookmarks/Recovered Great Suspender Tabs"

Copying to a spreadsheet:

  1. Make sure the "display" option is set to "Table"
  2. Adjust the settings and preview the output
  3. Click "Copy to Clipboard"
  4. Paste into a spreadsheet

Are you looking for a new tab manager?

control space

Now that The Great Suspender has been removed from the Chrome Web Store, perhaps you need a replacement?

Control Space is a soon-to-be-released tab manager designed for tab-hoarders and tab-haters alike, which lets you browse, organise, search and switch tabs with one simple shortcut.

It's smooth and fast, yet brimming with features:

  • it's an actual, actual tab manager
  • see open, closed and saved tabs in once place
  • search and filter like a boss
  • drag and drop everything
  • completely keyboard navigable
  • website integrations + tools (including sleeping tabs!)
  • lots of other awesome shit

Click here to sign up to early access🤘

Did you find this tool useful?

An upvote on Product Hunt is always appeciated:

The Great Suspender Recovery Tool - Recover your lost Great Suspender tabs | Product Hunt

Thank you!

Development

Running in test mode

If you don't have any Great Suspender tabs saved, you can check the extension works by adding a manual query to the URL:

?text=hello&limit=100

Scripts

The extension is not currently compiled, but there is a build / release process.

To install the packages:

npm i

Before releasing, modify the src/manifest version:

{
  "version": "1.0.0",
}

Then run the release script:

npm run release

This will release to a folder called releases one level above the repository root.