Tab Graveyard
A Chrome extension. One click closes the tabs that have gone untouched, and hands you a headstone with the number on it. Nothing is deleted — every tab stays searchable, and comes back with one click.
61 tabs
The card above is drawn by card.js, the same
file the extension ships — this is the render, not a picture of it. The
tabs in it are invented; yours would be yours.
Burying writes the tab to storage before it closes it. Search the graveyard forever; resurrect any of them with one click. Undo brings the whole batch back for ten minutes.
Two permissions, tabs and storage. No
background worker, no content script, no server, no account. The card is
drawn on your own canvas.
Pinned tabs and the active tab in every window are never touched. You pick the age threshold — a day, a week, ninety days — and see the count before you commit.
chrome://extensions and turn on Developer mode.Chrome 121 or newer, for the tab last-access times the age threshold is measured from. Works in Edge, Arc, Brave and anything else Chromium.