What problem does it solve?
Converts long or complex web articles into clean, readable Markdown files and saves them locally so users can read, archive, and reference content offline without manual copy-paste or formatting work.
Core Features & Use Cases
- Automatic extraction and conversion: Detects the main article container, converts HTML to Markdown (headings, lists, code blocks, images, tables, blockquotes).
- Metadata and chunking: Extracts title, author, date, and splits very long articles into sequential chunks for reliable transfer.
- Browser-driven workflow: Injects JavaScript into an open Chrome tab to run extraction and supports reading subsequent chunks, then saves assembled Markdown via a Python helper.
- Use Cases: Archiving long-form essays, saving blog posts or public WeChat articles for research, and capturing multi-page or dynamically loaded content for offline reading.
Quick Start
Open the article in Chrome and ask the agent to extract the page and save it as a Markdown file into ./参考文章/{title}.md.