A minimal Chrome side-panel extension. Click → Markdown. Copy or download.
- Build:
npm install && npm run build - Open
chrome://extensions, enable Developer mode - Click "Load unpacked", select the
dist/folder - Pin the extension; click its icon (or press
Cmd+Shift+M/Ctrl+Shift+M) - Side panel opens with the current page as Markdown — hit "Copy"
- Two modes: Article (Readability extraction) / Whole page
- Direct DOM read — never re-fetches the URL
- Settings: theme, default mode, image handling, filename template, font size, blocklist, preserved HTML tags
- i18n: zh-CN / en, auto follows browser locale
- Default shortcuts:
Cmd+Shift+Mtoggle,Cmd+Shift+Ycopy
npm install
npm run dev # vite + crxjs watch mode
npm run test # vitest watch
npm run e2e # playwright (builds first)
npm run build # production build to dist/MIT — see LICENSE.
