Privacy Policies for apps created by me
Last updated: March 15, 2026
Clipdown is a browser extension that converts webpage content into Markdown. It operates entirely within your browser. No data is collected, stored remotely, or transmitted to any server operated by the developer.
When you explicitly invoke Clipdown (via the toolbar icon, keyboard shortcut, or right-click menu), the extension reads the HTML content of the active tab in order to convert it to Markdown. This access is:
The resulting Markdown is either copied to your clipboard or downloaded as a .md file to your device — both actions are performed locally.
Clipdown stores your settings (default clip scope, front matter field preferences) locally in your browser using chrome.storage.local. This data never leaves your device and is not accessible to the developer.
| Permission | Purpose |
|---|---|
activeTab |
Read the HTML of the tab you are currently viewing, only when you invoke the extension |
contextMenus |
Add right-click menu entries for clipping |
scripting |
Write the Markdown result to your clipboard via navigator.clipboard |
downloads |
Save .md files to your device |
storage |
Persist your settings locally in your browser |
Clipdown uses the following open-source libraries, all of which run locally within the extension bundle:
None of these libraries make network requests or collect data.
If this policy changes materially, the updated version will be published with a new date above.
For questions or concerns, please open an issue on the project’s GitHub repository.