A Chrome extension that shows every open tab across every window on one screen.
Effective date: 2026-05-11
browser-zero is a Chrome extension that shows every open tab across every Chrome window on one page, so you can search, group, drag between windows, and bulk-close tabs.
To show you your tabs, browser-zero reads the following from Chrome via the
chrome.tabs and chrome.tabGroups APIs:
When you act on tabs from the dashboard, browser-zero also asks Chrome to:
Nowhere. browser-zero does not transmit any of this data to any server. There is no telemetry, no analytics, no error reporting, no cloud sync, and no third-party SDKs. Everything happens locally in the extension page running on your machine.
Nothing persistent. The dashboard is stateless — every time you open it, it
asks Chrome for the current set of tabs. Closing the dashboard tab forgets
everything. No chrome.storage, localStorage, IndexedDB, or cookies
are used by the extension.
The only network requests the extension makes are the favicon <img> tags
loading favicons from each tab’s origin server (the same servers your
browser already contacted to load those tabs). browser-zero does not send
your data to those servers — it only requests the favicon image, which the
browser would have requested anyway when loading the tab.
tabs — to read the list of open tabs and their titles, URLs, and
favicon URLs; to focus, close, and move tabs at your request.tabGroups — to read which Chrome tab group each tab belongs to and
to create / modify groups when you use the “Add to group” action.The extension does not request host permissions for any specific website.
Questions? wallace.drew@gmail.com
This page is the canonical version of the privacy policy. Material changes will bump the “Effective date” above and be visible in the GitHub commit history at the source repository.