Relevance is a smart tab organizer for Chrome. It’ll create a natural arrangement where the tabs you have spent the longest on, which are expected to be the most relevant, are placed first, and the ones you haven’t read at all are shunted to the end of your list.
You can read the development posts here.
This version marks a subtle but major change in how Relevance sorts tabs.
Previously I was sorting based on time spent at the page, compounded with time from the domain that the page belongs to. This would however cause pages that were in different subdomains from the same root (say, gitlab.com
and docs.gitlab.com
) to be grouped separately.
With this version, the new sorting criteria is:
I’ve also tweaked how unknown pages are ranked and made other minor adjustments.
StartPage integration is now optional and can be toggled from the settings.
Fixed a regression which had broken paging on the URL list.
Clean-up and size improvements.
Relevance is now open-source under the MIT license. Optimized extension size, clean-up.
Fixed a few sorting bugs. Particularly, when a page had just been opened, the stats for the site weren’t taken into account when sorting. This had the effect of new tabs ending up with a different order other pages from the same site which had been visited on a previous session.
Sorry about that.
Improved usage instructions on the welcome page.
I was initially planning to do a few large updates, but I expect I’ll instead release them gradually as minor tweaks.
Minor fixes.
Published: 2015-12-19