Privacy Policy

Google Drive Markdown Preview · Last updated: 2026-05-18

This Chrome extension renders Markdown (.md) files displayed in Google Drive's preview pane as formatted HTML. This page explains exactly what the extension does and does not do with your data.

What data the extension collects

None that leaves your computer.

The extension stores two user preferences locally using Chrome's chrome.storage.sync API:

These preferences are managed by Chrome itself and may sync between your own signed-in Chrome instances if you have Chrome sync enabled. They are not transmitted to the extension's developer, to any third party, or to any external server.

What data the extension reads

The extension reads the contents of .md files you preview in Google Drive in order to convert them to HTML in the browser. This reading happens entirely within your browser. The file contents are not transmitted anywhere. They are converted to HTML by a local Markdown library (marked.js) and sanitized by a local HTML sanitizer (DOMPurify) before being inserted into the page.

Network requests

The extension makes no network requests of any kind. It does not contact the developer's servers, analytics services, error reporting services, update servers (beyond Chrome's own extension update mechanism), or any other remote endpoint. You can verify this by inspecting the source code.

Permissions the extension requests, and why

Third parties

The extension uses no third-party services. Two open-source libraries (marked.js and DOMPurify) are bundled directly into the extension and run locally in your browser. They make no network requests either.

Data sharing and selling

The extension does not collect data, so there is nothing to share, sell, or transfer. The developer does not have access to any information about you, your Drive contents, or your use of the extension.

Children's privacy

The extension does not knowingly collect any data from anyone, including children.

Changes to this policy

If this policy ever changes, the updated version will be posted at this URL and the "last updated" date above will change. The extension itself does not need a privacy policy update for code changes that don't affect data handling — and as long as the extension's behavior matches the description above, no such changes are anticipated.

Contact

Source code, issues, and contributions: github.com/cfrazier/google-drive-markdown-preview