Close Duplicate Tabs

★★★★★
★★★★★
104 users
<
>
Calculator with Notepad, One Click Delete LCD Display Scientific Calculator, Multi-Function Portable Desktop Calculator for High School, Office
★★★★★
★★★★★
Google Nest Smart Thermostat (Snow)
★★★★★
★★★★★
Bestseller Friends, Lovers, And The Big Terrible Thing (Matthew Perry) Hardcover Book - Books | Color: Blue
★★★★★
★★★★★
Quikrete 20 lb. Quick Setting Cement
★★★★★
★★★★★
Fisher Price Little People Huge Lot Of 25 Random People & Animals
★★★★★
★★★★★
Chicago electric welding helmet adjustable shade oven darkening
★★★★★
★★★★★

This extension gives a big red button that removes all of your extra tabs with a single click. If you have been working on your computer for 10 minutes or longer you might already have three linkedIn job applications, four YouTube tutorials, several StackOverflow pages, and two seperate tabs of React documentation. This big, nostalgic, satisfying button Thanos snaps all of these tabs with one quick javaScript function, leaving one instance of each website open including your currently active tab.

Note:
This goes by hostname of the URL object in JS. So if you have for example mail.google.com and google.com, it will see these as two different websites. But if you have google.com/search/example1 and google.com/search/example 2, it will leave only one open.
Related