The Chrome extension operates from a side panel — quiet, out of the way, and ready the moment a page needs stripping down to honest prose. One click and the article appears as clean markdown, shorn of every advertisement, tracking pixel, and visual distraction the original author never asked for.
For pages where the automatic reading does too much (or too little), a region picker lets the user point directly at the part of the page worth taking. Hover to highlight a section; click to add it; pick several at once for pull-quotes, sidebars, or scattered footnotes. The output preserves document order.
When the page contains an image worth reading — a screenshot, a chart, a scanned document — the side panel will OCR it locally and append the extracted text as a blockquote beneath the image. Nothing leaves the machine.
<img>in the extracted content is OCR’d via tesseract.js (English; ~16 MB of WASM + data downloads on first use, cached after). Text appears as a blockquote under each image.The extension reads only the active tab’s contents and only when summoned. It does not inject scripts ahead of time, does not background-monitor browsing, and does not transmit page contents anywhere. OCR runs locally via WebAssembly. Language data is fetched once from a public CDN and then cached. Nothing else leaves the browser.
Install (sideload)
The Chrome Web Store listing is deferred for v1. Sideload the extension from GitHub Releases:
» Download the latest release zip
Coming to the Chrome Web Store.
The Chrome extension shares the converter engine with the desktop editor, the command-line edition, and the embeddable widget. One press, four mastheads.