Privacy policy

For the Notepad — Side Panel Notes extension for Chrome. Last updated 14 September 2026.

The short version

Your notes are stored on your own device. Notepad has no server of its own and never contacts one, so nothing you write is transmitted to the developer or to any third party — there is nothing to sell, and no one to sell it to.

The one exception is deliberate and described below: if you use Chrome’s own sync, a compact backup of your notes travels through Chrome’s sync service, which is Google’s, not ours.

The no-server part is enforced, not just intended. The extension’s content security policy forbids every outbound connection (connect-src 'none') and limits pictures to files shipped inside the extension plus data: images, which carry their own bytes and reach no network. The browser itself refuses any other request the code could make — including from content inside your own notes. A picture that points at another website is never loaded, because loading it would tell that website your address and that you had opened the note.

What the extension stores

Notepad stores the following using Chrome’s own extension storage:

Where that data lives

Deleted notes and version history are stored only on your device and are never included in the sync backup.

What the extension does not do

Permissions and why each is needed

PermissionWhy it is requested
storageTo save your notes and settings, as described above.
sidePanelThe notepad’s entire interface is a Chrome side panel.
contextMenusTo add the three Save to Notepad items to the right-click menu.
activeTabTo read the current tab’s title, and its address as a fallback, at the moment you choose a Save to Notepad menu item, so the note has a useful name and a working link back. Chrome grants this only for the tab you used the menu on, and the grant lapses when you navigate away or close that tab. It is never used to read page content, and the extension declares no scripting permission, so it cannot inject anything into any page.

Deleting your data

You can take your notes with you at any time using Export all notes (.md) or Download backup (.json) in the ⋮ menu.

Incognito windows

Chrome disables extensions in incognito unless you turn them on. If you do enable Notepad there, be aware that Chrome shares extension storage between normal and incognito windows: a note written in an incognito window is saved to disk and included in the sync backup exactly like any other note, and it remains after the incognito window is closed. If you would rather that not happen, leave the extension disabled in incognito.

Children

Notepad is a general-purpose writing tool. It collects no personal information from anyone, including children.

Changes to this policy

If this policy changes, the updated version will be published at this address and the date at the top of this page will be revised.

Contact

Questions about this policy can be sent to the developer contact address listed on the extension’s Chrome Web Store page.