2023年12月7日发(作者:)

Chrome浏览器保存网页为长图

不用安装插件即可实现,具体步骤如下:

1.单击键盘上的F12键,打开开发者工具

2.同时按下Ctrl+Shift+P

3.在搜索框中输入capture或者screenshot

  会出现以下结果:

  --Capture area screenshot:截取选定区域的网页

  --Capture full size screenshot:截取整个网页

  --Capture node screenshot:截取节点网页

  --Capture screenshot:截取当前屏幕

4.点击其中一项,以保存截图

-----

如果只是为了将整个网页保存为长图片,在第三步中搜索“full”即可,个人感觉full比capture、screenshot好记

最后会将png格式的图片保存到本地