Built-in browser capture versus an extension
Short answer
Chrome's DevTools "Capture full size screenshot" is free, built in, and enough for a simple page. It has no handling for sticky headers, lazy images or nested scrolling panels, no PDF export and no editor. On a static article it matches an extension; on an application-style page it usually does not.
Updated 13 August 2026Written by the Full Page Screenshot team
It is worth saying plainly: if the built-in tool gives you what you need, use it. It is already installed, it costs nothing, and it grants no permissions to anyone.
The comparison below is about where it stops working, and every row is something you can verify yourself in a couple of minutes.
Feature by feature
| DevTools capture | Full page extension | |
|---|---|---|
| Cost | Free, built in | Free |
| Steps to run | F12, Ctrl+Shift+P, type a command | One click or a shortcut |
| Sticky header handling | None | Neutralised, captured once |
| Waits for lazy images | No | Yes |
| Animations settled first | No | Yes |
| Nested scrolling panels | No | Detected and captured |
| Past the image size limit | Truncates | Splits into tiled parts |
| Output formats | PNG only | PNG, JPG, PDF, clipboard |
| Editing and blurring | None | Built in |
| Permissions granted | None | One tab, on your click |
Choosing between them
- Use DevTools when
- The page is a static article or documentation, you need PNG, and it is a one-off. Adding an extension for that is overkill.
- Use an extension when
- The page has a sticky header or lazy images, the content sits in a panel that scrolls on its own, you need PDF, you need to blur something before sharing, or you do this more than occasionally.
- Use neither when
- The page is a
chrome://page, the Web Store, or another extension's page. Neither approach can touch those — use your operating system's screenshot tool.
The honest downside of an extension
An extension is code running in your browser, and that is a real cost regardless of how it behaves. The mitigations worth demanding from any of them: no host permissions, so it holds no standing access to sites; no network requests, so nothing can leave; and a published source you can read. How this one is built covers what we do about each.
Frequently asked questions
Can Chrome take a full page screenshot without an extension?
Yes. Open DevTools with F12, press Ctrl+Shift+P, type "capture full size screenshot" and press Enter.
Why does the DevTools screenshot look wrong on some sites?
It does not neutralise sticky positioning or wait for lazy content, so headers repeat and images come out blank.
Is Firefox's screenshot tool better?
Firefox has full page capture in the right-click menu, which is far more discoverable than Chrome's. It shares the same limitations around sticky elements and lazy loading.
Capture your first full page screenshot
Free, no account, and nothing leaves your computer.
Keep reading
How to take a full page screenshot in Chrome
Three ways to capture a full page screenshot in Chrome: DevTools, an extension, and the print dialog. What each one is good at and where each fails.
What Chrome DevTools full page capture can and cannot do
Chrome has a built-in full page capture. Where to find it, the four situations where it produces a wrong result, and what to do instead.
Desktop screenshot tools versus browser capture
Desktop capture tools photograph the screen; browser capture photographs the document. Why that difference decides which one you need.
Automatic scrolling and sticky element handling
How the capture handles sticky headers, lazy-loaded images, animations and nested scroll containers so the joined image looks like one page.
How to take a full page screenshot in Firefox
Learn how to use Firefox's built-in right-click and screenshot tool for full page captures. Includes limitations and alternatives like Full Page Screenshot.
How to take a full page screenshot in Microsoft Edge
Learn how to capture an entire webpage in Microsoft Edge using the built-in Web Capture tool and Chrome DevTools, plus extension alternatives.
How to take a full page screenshot in Safari on iPhone and Mac
Learn how to capture an entire webpage in Safari on iPhone, iPad, and Mac. Includes the iOS Full Page tab and why macOS has no equivalent.