In Google Chrome\'s Developer Tools\' Sources tabs there is a left side panel which has three tabs with the first one being Sources. Is there a way to download a folder with
Just do right click -> save as html -> in type select (complete webpage).
Works on OSX.
Currently not possible.
"Saving whole folders is not currently supported."
https://github.com/GoogleChrome/devtools-docs/issues/30#issuecomment-76999063
Here is the corresponding issue in the Chromium Bug Tracker: https://bugs.chromium.org/p/chromium/issues/detail?id=675894
It's not possible to do directly with Chrome, so I made a batching extension to automatically fetch resources to the Downloads folder. You can have a try.
Save All Resources Extension | Github