Print All Tabs

Privacy Policy

Last updated: May 2026

Overview

Print All Tabs does not collect, store, or transmit any personal data. All processing happens locally on your device.

This extension was built with privacy as a core principle. We have no servers, no analytics, and no external data sharing of any kind.

What This Extension Does

Print All Tabs converts all open tabs in your current Chrome window into a single, merged PDF file. The process is entirely local:

Permissions Explained

tabs — Required to get the list of open tabs in the current window.

debugger — Required to access Chrome's PDF rendering engine (Page.printToPDF), which produces the same output as Ctrl+P. This is the only way to generate high-quality, print-style PDFs that respect @media print CSS rules.

storage — Used only to temporarily hold PDF data in memory during the merge process. Data is cleared immediately after the download completes.

host_permissions (<all_urls>) — Required because the debugger API needs permission to access any tab regardless of its URL.

Data We Do Not Collect

The extension has no network requests of its own. The only external connection is loading the Inter font from Google Fonts for the UI (which is subject to Google's privacy policy).

Data Retention

PDF data generated during the merge process is stored temporarily in chrome.storage.local and is deleted automatically once the download is triggered. No data persists after the extension closes.

Contact

If you have any questions about this privacy policy, please open an issue on the GitHub repository or contact us at the email address listed on the Chrome Web Store.