JotDrop — Privacy Policy

Effective date: 2026-05-14  |  Author: Diexar Labs  |  License: MIT

JotDrop is a Chrome extension that clips the current browser tab into a locally-running Obsidian instance. This page explains exactly what the extension does and does not do with your data.

1. Data collected externally

None.

JotDrop never contacts any external server, cloud service, or API outside your own device. There is no analytics, no telemetry, no crash reporting, and no advertising of any kind.

2. What the extension reads from your browser

When you trigger a clip, the extension reads:

This information is read on demand only — not continuously, not in the background.

3. What is stored locally

JotDrop stores two values in chrome.storage.local:

chrome.storage.local is stored only on this device and is never synced to your Google account or any remote service. No other data is ever written to storage.

4. Where your data goes

When you clip a page, the title, URL, and selected text are sent in a single HTTP request to http://127.0.0.1 (your own computer) on the port you configured. The request never leaves your device. It is received by the JotDrop companion plugin running inside your local Obsidian installation.

5. Third parties

None.

JotDrop shares no data with any third party, period. There are no embedded SDKs, no tracking pixels, no external scripts.

6. Permissions used

The extension requests only the permissions it needs:

7. Open source

JotDrop is open source under the MIT license. You can inspect every line of code to verify these claims. The source is available at the project repository linked from the Chrome Web Store listing.

8. Contact

Questions or concerns? Reach out to Diexar Labs at brosb4hoos@proton.me or open an issue on the project repository.