Privacy Policy
Tiny Markdown Render is a Chrome extension that renders Markdown pages as formatted HTML. This policy explains how it handles your data.
Data collection
Tiny Markdown Render does not collect, store, or transmit any personal data. Specifically:
- No analytics or tracking of any kind
- No data is sent to any server
- No cookies or identifiers are created
- No browsing history is recorded
How the extension works
- All Markdown rendering happens locally in your browser
- The extension only reads page content when you click the icon or when auto-detect is enabled
- Your settings (auto-render on/off) are stored locally using Chrome's built-in storage API and never leave your device
Permissions
- activeTab — to read and render the current page when you click the icon
- scripting — to inject the rendering script into the page
- webRequest — to read Content-Type headers for automatic Markdown detection
- storage — to save your auto-render preference locally
- host_permissions — to allow auto-detection on any website
Open source
The complete source code is publicly available for review:
github.com/alessio-signorini/markdown-preview-chrome-extension
Contact
Questions? Reach out via GitHub Issues.
Last updated: February 2026