TabsKiller: a Chrome plugin | Original
This is the README.md from github project https://github.com/lzwjava/TabsKiller.
Introducing a Chrome plugin that automatically closes the oldest tabs when your browser gets cluttered with too many tabs. Say goodbye to a messy browser experience forever!
=>
Plugin
Features
- Automatically close the oldest tabs when the number of tabs exceeds a set limit.
- Customize the maximum number of tabs (x) according to your preference.
- Lock specific URL patterns to ensure that tabs matching those patterns remain open, even when there are too many tabs open.
Story
I usually open many tabs in Chrome. So I press Ctrl + W to close them a lot one time. Repeat and repeat. So I want to write an extension to solve my problem. Then I found “Tab Wrangler” extension which close tabs when x minutes not active. I learned from it. and make a extension to close the oldest tabs when more than x tabs. And lock some tabs whose url matches some pattern. It helps me a lot. I just do not need to take care of tabs any more. Tabs never become too many. It ease my life. Hope you like it so.
Demo
Install
Please go chrome store https://chrome.google.com/webstore/detail/tabs-killer/hgmdeeoighmhomddlghfjcidkdcpbllf/ , or install manually:
First, go to chrome://extensions
, then select the developer mode, and then load unpacked extension. It’s done.
More detail can find in Chrome Get Started tutorial.