A Chrome extension that clips any webpage as clean Markdown — one click.
- One-click clipping — Extract the main content from any webpage
- Clean Markdown output — Smart HTML→Markdown conversion, removing nav/footer/ads
- Settings panel:
- Include/exclude images
- Include/exclude hyperlinks
- Add YAML front matter (title, url, date, author)
- Heading level offset
- Popup actions: Copy MD, Download .md, Open in OpenMark
- Auto dark/light — follows system color scheme
- Clone or download this repo
- Run
npm install && npm run build - Open Chrome →
chrome://extensions - Enable "Developer mode" (top right)
- Click "Load unpacked" → select the
dist/folder
npm install
npm run build # one-time build
npm run dev # watch mode- Vanilla TypeScript + Vite
- Manifest V3
- Inline HTML→Markdown converter (runs in page context via
chrome.scripting.executeScript) - Zero runtime dependencies
MIT