Screenshot of a scrollable page in chrome

I want to take the screenshot of a full page in google chrome without using any extensions or apps


This can be achieved in Chrome as of v59:

Announcement in the developer blog

Video tutorial

Summary of steps (if you prefer text):

  1. Open Developer tools
  2. Toggle the device toolbar
  3. Set the desired resolution in the device toolbar
  4. Select the More options overflow menu in the device toolbar
  5. Select Capture screenshot or Capture full size screenshot
  6. The screenshot will be saved to your Downloads folder

Also see Web Screenshots, a web app that works in all browsers.