Introduction
Page Scanner captures a whole web page and keeps its text as text.
Page Scanner captures a web page from the top to the bottom of its scroll, lets you crop the part worth keeping, and exports it as a PDF whose text you can still select and search, or as a PNG or a JPEG.
It lays the page out once at its full height and asks Chrome to print it, so the preview you crop and the PDF you keep come from the same layout. It all happens in your own browser, and nothing is uploaded.
Three ways to use it
The web extension is the product. Click its icon on a page, crop the capture in the editor, and export it.
The command line captures a page from a script or a terminal, through the Chrome you are already signed in to.
The MCP server lets an AI agent on your own machine do the same.
The command line and the MCP server both work by asking the extension for the capture, so both need it installed. Local agents explains how they connect to it.