Back to PageNab

Privacy Policy

Last updated: March 2026

Overview

PageNab is a Chrome extension that captures web page context (screenshots, console logs, network requests, DOM snapshots, cookies, storage, user interactions, performance metrics) and copies it to your clipboard for use with AI coding assistants. PageNab is designed with privacy as a core principle.

Data Collection

PageNab does not collect any data.

Data Storage

All captured data stays exclusively on your local machine:

You have full control over this data:

Data Sharing

PageNab never shares any data with anyone.

Data Sanitization

PageNab automatically sanitizes sensitive information from captures:

Captured Data Types

PageNab can capture the following data types depending on the selected preset (Light, Full, or Custom):

Data Type Description Sanitized
ScreenshotVisual capture of the pageNo PII captured
MetadataURL, title, viewport, user agentPublic page info only
Console logsBrowser console messagesNo sanitization needed
Network requestsFailed/slow HTTP requestsHeaders sanitized
DOM snapshotCleaned HTML of the pageScripts removed, passwords masked
CookiesNon-httpOnly cookies (via document.cookie)Values truncated/masked
StoragelocalStorage and sessionStorage contentsSensitive keys masked
User interactionsLast 50 clicks, scrolls, inputsAll input values masked
Performance metricsLoad times, Core Web Vitals, memoryTechnical metrics only
Important: Cookies are read via document.cookie in the content script (non-httpOnly cookies only). PageNab does NOT use the cookies Chrome permission and cannot access httpOnly cookies.

Permissions

Permission Why
activeTabTo capture the content of the page you're currently viewing, only when you click the extension
clipboardWriteTo copy page context (text + screenshot image) to your clipboard
storageTo save your preferences and capture history locally
downloadsTo save screenshots to your Downloads folder for persistence
notificationsTo confirm when a capture is complete
scriptingTo inject the content script that collects page data (console, network, DOM, etc.)

PageNab does not request:

Open Source

PageNab is fully open source under the MIT license:
https://github.com/Oxyz-Studio/PageNab

Children's Privacy

PageNab does not knowingly collect any information from children under 13.

Changes to This Policy

Changes will be reflected in the "Last updated" date and published in the GitHub repository.

Contact