MarkEd

Highlight any webpage, annotate it, and ask Mark — your reading assistant — questions in context.

View the Project on GitHub nayanbandaru/marked-site

MarkEd Privacy Policy

Last updated: May 24, 2026

Summary

MarkEd is a Chrome extension that lets you highlight any webpage, add comments, and ask an AI assistant (“Mark”) questions about what you’ve highlighted.

Your highlights, comments, and AI conversation history are stored only in your browser (IndexedDB). They never leave your device unless you explicitly export them.

To answer your questions, MarkEd forwards them through a Cloudflare Worker we operate, which calls the Anthropic Claude API. You sign in with Google so we can rate-limit usage per account.

Data stored locally (always)

The following live in your browser’s IndexedDB and never sync to a server:

Uninstalling the extension removes all locally stored data.

Data we process when you ask Mark a question

When you sign in with Google and ask the AI assistant a question, the request goes from your browser through our Cloudflare Worker to Anthropic.

At sign-in, we store on our infrastructure:

These are used to issue you a session token (JWT) that authenticates subsequent requests. We do not use them for marketing, advertising, or any purpose other than authenticating you to the proxy.

At each AI request, our worker sees in transit:

This content is forwarded to Anthropic to generate the response and is not persisted on our infrastructure.

At each AI request, we persist on our infrastructure:

We enforce a per-user rate limit (currently 20 requests/hour) and hard size limits on every request field to prevent abuse.

Data we do not collect

Sub-processors

Permissions

Data deletion

Children

MarkEd is not directed at children under 13 and we do not knowingly collect data from them.

Changes

If this policy changes, the update will be published in this repository before any extension update that depends on it is submitted to the Chrome Web Store.

Contact

Questions or concerns: GitHub Issues