Privacy Policy

Last updated: April 22, 2026

The short version: Quick Notes is a local-first Chrome extension. By default, all your data stays on your device. The extension makes zero network requests. Optional Google Drive sync is opt-in and uses a minimum-privilege scope (drive.appdata) that cannot access your other Drive files.

What data the extension handles

Quick Notes handles the following data only on your local device, never on a remote server owned by the developer:

Storage is in Chrome's sandboxed chrome.storage.local API, local to your browser profile.

What the extension does NOT do

Optional: Google Drive sync

If you explicitly enable Drive sync in the options page:

No other Google APIs or services are contacted.

Third-party services

Quick Notes uses exactly one optional third-party service:

No other third parties are involved.

Permissions explained

PermissionWhy
storageSave notes and settings in chrome.storage.local.
scriptingInject the floating panel into the active tab on user command.
clipboardReadThe Paste button reads the clipboard — only when you click it.
contextMenusRight-click menu entries for sending selected text / URLs to notes.
identityGoogle sign-in (only if you enable Drive sync).
alarmsSchedule periodic auto-sync to Drive (only if enabled).
<all_urls>So the floating panel can appear on any page. No page content is read unless you click Insert URL or Insert Selection.

Exporting and deleting your data

Export

At any time, export all your local data as a JSON file via the options page's Backup & Restore section. This file is saved via your browser's normal download flow — the extension does not upload it anywhere.

Delete (local)

Options page → Storage → "Reset everything." Or uninstall the extension.

Delete (Google Drive, if sync was enabled)

Options → Google Drive sync → Sign out. Then visit myaccount.google.com/permissions, find Quick Notes, and revoke access.

Children's privacy

Quick Notes is not directed at children under 13.

Changes to this policy

If this policy changes, the new version will be committed to the public repository at github.com/quicknotes/quick-notes/blob/main/PRIVACY.md with a new "Last updated" date, and this page will be updated accordingly.

Contact

Open an issue at github.com/quicknotes/quick-notes/issues.