Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
K

kill-tabs

> 编程语言
Open source

Kill all Chrome tabs to improve performance, decrease battery usage, and save memory

393 stars0 likes1 views
WebsiteGitHub

About

Kill all Chrome tabs to improve performance, decrease battery usage, and save memory

kill-tabs

Kill all Chrome tabs to improve performance, decrease battery usage, and save memory

Works on macOS, Linux, Windows.

I'm a tab-abuser and I use this once in a while to prevent Chrome from taking up all system resources.

When you run kill-tabs the Chrome tab processes are killed, which means they will no longer take up system resources, but they will still be in your Chrome window, just as crashed. When you want one back you just reload the tab.

CLI

npm install --global kill-tabs
$ kill-tabs --help

  Usage
    $ kill-tabs

  Options
    --no-chromium        Don't kill tabs in Chromium
    --no-chrome          Don't kill tabs in Chrome
    --no-chrome-canary   Don't kill tabs in Chrome Canary
    --no-brave           Don't kill tabs in Brave
    --no-edge            Don't kill tabs in Edge

API

npm install kill-tabs
import killTabs from 'kill-tabs';

await killTabs();
console.log('Killed tabs');

Tip

You can use the Reload All Tabs Chrome extension to easily reload all the tabs.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

JavaScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言