Google-chrome – Full-page-screenshot without third-party extension with Chrome

google-chromekeyboard shortcutsscreenshot

In Chrome, I discovered that:

  • F12 (Developer tools)
  • CTRL+SHIFT+P
  • Screenshot > "Capture full size screenshot"

enter image description here

creates a full page PNG screenshot.

Is there a way to have a keyboard shortcut for this in Chrome, without any third party tool/extension?

Best Answer

Here is an answer on StackOverflow from a person working on the DevTools team who says it is not possible.

There are 2 comments to the original question regarding 2 issues created on the Chromium Bugs platform, you can track their progress to know when and if the features might be available -

  1. Requesting the ability to customise existing keyboard shortcuts (#174309)
  2. Specifically what this question wants - A keyboard shortcut to take a screenshot from DevTools (#743765)

So, this is definitely not possible natively inside Chrome, but can be made possible using third-party tools like AutoHotKey as mentioned in harrymc's answer or by using an extension like this one which the OP prohibits.