Chrome Extension · Free

Click any element.
Copy as Markdown.

HTML to Markdown Clipper activates a visual element picker on any webpage. Hover, click, and your Markdown is in the clipboard — no copying, pasting, or reformatting.

Add to Chrome — It's free
docs.example.com/getting-started
Getting Started
Install the package and import it into your project. Follow the steps below to get up and running in minutes.
[ cover image ]
  • Install via npm or yarn
  • Import the module
  • Initialize with your config
npm install html-to-md-clipper
h1
✓ Copied as Markdown
How it works

Three clicks. Done.

No setup. No configuration. Works on any website, any element.

01 /

Click the icon

Click the extension icon in your Chrome toolbar. The cursor becomes a crosshair and element picker mode activates.

02 /

Hover any element

Move your cursor over the page. A blue outline highlights the element under your cursor, showing its tag name and class.

03 /

Click to copy

Click and the element is instantly converted to Markdown and copied to your clipboard. Press ESC to cancel.

Features

Converts everything.

A full HTML-to-Markdown parser runs locally in your browser — no servers, no API keys.

# ## ###

Headings

H1 through H6, preserved

**b** *em* ~~s~~

Inline styles

Bold, italic, strikethrough

[text](url)

Links

With href and title attributes

![alt](src)

Images

With alt text and title

```js

Code blocks

With language detection

| col | col |

Tables

Full header separator row

- item

Lists

Ordered, unordered, nested

> quote

Blockquotes

Multi-line preserved

Privacy policy

Zero data collected.

Last updated: May 2025

No data collection This extension does not collect, store, or transmit any user data, browsing history, or page content to any server.
Fully local processing All HTML-to-Markdown conversion happens entirely in your browser. Nothing leaves your device.
No analytics or tracking No third-party analytics, no tracking pixels, no crash reporting — nothing.
No external requests The extension makes zero network requests. It works completely offline once installed.