Method 1: Chrome DevTools
This is useful when you only need an occasional full-page screenshot and do not want to install an extension.
- Open the webpage in desktop Chrome.
- Open Developer Tools with Ctrl + Shift + I on Windows/Linux or Command + Option + I on macOS.
- Open the Command Menu with Ctrl + Shift + P or Command + Shift + P.
- Type screenshot.
- Choose Capture full size screenshot.
- Chrome saves the image to your Downloads folder.
Tip: On pages with lazy-loaded images, scrolling through the page before capture can help load content that only appears when it comes into view.