A Firefox extension that solves Tab Stash's date format and sorting limitations by automatically organizing Tab Stash bookmark groups chronologically.
Tab Stash is a powerful tab management extension, but it has limitations that make organizing large collections difficult:
-
Hardcoded US Date Format (Issue #147) - Tab Stash uses MM/DD/YYYY format regardless of user locale, and Firefox's
Date.toLocaleString()doesn't respect locale settings on macOS (Bug #476419) -
No Automatic Sorting (Issue #606) - No built-in way to automatically sort stashed tab groups by date, making it hard to find recent saves
-
No Date Format Customization - Users can't choose their preferred date format (ISO 8601, DD/MM/YY, etc.)
This extension organizes Tab Stash bookmark groups by reading the ISO 8601 timestamps that Tab Stash embeds in folder names and sorting them chronologically (newest first).
Features:
- Chronological sorting of Tab Stash groups by date
- Safe backup system with one-click revert
- Works with any bookmark folder containing ISO 8601 timestamps
https://addons.mozilla.org/en-US/firefox/addon/tab-stash-folder-organizer/
git clone https://github.com/Istiaq-Edu/bookmark-folder-organizer.git
cd bookmark-folder-organizer
python package_extension.py- Click the extension icon in Firefox
- Select your Tab Stash parent folder (usually "Tab Stash")
- Click "Rearrange" to sort groups by date (newest first)
- Click "Revert" to undo if needed
The extension recognizes ISO 8601 timestamps in folder names like:
saved-2025-10-12T10:00:00Zbackup-2025-10-11T15:30:00.123Z
Folders without valid dates stay at the bottom.
- Firefox 57+
- Tab Stash extension (or any bookmarks with ISO 8601 timestamps)
All operations are local. No data is collected or transmitted.
MIT License