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!
一个神奇的 Chrome 插件,当打开网页过多的时候,会自动关掉最老的网页,让浏览器保持清爽!
=>
- 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.
- 会自动关掉最老的网页,当打开的网页超过一定数量的时候。
- 可以设置最大的标签数量。
- 可以设置锁定规则,使得满足这个规则的网页不被关闭。
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.
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.
中文:
请前往 Chrome 商店 https://chrome.google.com/webstore/detail/tabs-killer/hgmdeeoighmhomddlghfjcidkdcpbllf/ ,或手动安装:
点击右边的 Download ZIP 下载源代码及解压,然后打开 chrome://extensions
(复制粘贴到浏览器地址栏并打开),选择开发者模式
,然后点击加载已解压的扩展程序
,像上面的图一样。接下来会弹出一个文件选择框,选择刚刚下载的源代码目录。这样就安装了这个插件了。