Slate Clipper

Privacy policy

What the extension holds, what it sends, and what it is structurally unable to do.

Last updated 5 September 2026 · slatenotes.app

Slate Clipper can add to your notes vault. It cannot read it, search it, or delete anything from it. It holds no account, no password, and no key that opens a note.

The short version

The extension exists to send a page you are reading, or text you have selected on it, to your own Slate vault. It does that and nothing else. There are no accounts, no analytics, no tracking pixels, no advertising, and no third parties. Nothing is sold, rented, or shared.

What it stores on your device

When you connect the extension, it saves four things in Chrome's local extension storage, on that computer only:

That is the complete list. No note content, no browsing history, no credentials. Removing the extension, or clicking Disconnect, deletes all of it.

What leaves your browser when you clip

Only when you explicitly clip — by clicking the toolbar button, choosing the right-click item, or pressing the keyboard shortcut — the extension reads the current page's title, URL, and text, or your selection. It then builds a clip and seals it in your browser, before any network request is made, to your vault's public key.

FieldHow it travels
Clipped textEncrypted. Unreadable to the server.
Page titleEncrypted. Unreadable to the server.
Source URLEncrypted. Unreadable to the server.
Destination folderEncrypted — a plaintext folder name would leak the shape of your vault.
Vault idIn the clear. Says which mailbox the sealed clip belongs in.
Public capture keyIn the clear. Checked against that vault's keyring.

The sealed clip is held on the Slate sync server until a signed-in copy of Slate pulls it down and opens it with the private half of the key — which lives only in your vault, wrapped under your vault password, and never in this extension. The operator of the server cannot read your clips.

What it never does

Permissions, and why each one is there

PermissionWhy
activeTabTo read the tab you are clipping, at the moment you clip it — chosen over broad site access on purpose.
scriptingTo extract the article text and your selection, only in response to a clip you started.
contextMenusTo put “Clip selection to Slate” in the right-click menu.
storageTo keep the four connection settings listed above, on your device.

Retention and deletion

A sealed clip sits on the sync server only until your Slate pulls it down, after which it is removed. Clips that are never collected can be deleted by disconnecting the vault. To remove everything the extension holds, click Disconnect in its popup or uninstall it.

Children

Slate Clipper is not directed at children under 13 and collects no information from them.

Changes

If this policy changes in a way that affects what is collected or how it is handled, the date at the top will change and the new version will be published here before the change ships.

Verifying any of this

The extension is open source. The sealing step described above is sendClip in extension/src/capture.ts, and the stored settings are extension/src/settings.tsgithub.com/adamgdvs/slate.

Contact

Questions, or a privacy report: open an issue on the repository.