Last updated: May 2026
Synced Tab Exporter does not collect, transmit, store, or share any user data. Ever.
chrome.tabs APIchrome.sessions API (data sourced from your browser’s own sync mechanism)| Permission | Why it’s needed |
|---|---|
tabs |
To read the URLs and titles of tabs open in your current browser |
sessions |
To read tabs from your synced remote devices (via your browser’s built-in sync) |
Both permissions are read-only. No modifications are made to your tabs or sessions.
All processing happens entirely within your browser. The exported file is written directly to your local filesystem via the browser’s native download API. No network requests are made by this extension.
If you have questions, open an issue on the GitHub repository.