How do you save an entire folder from Google Chrome's Developer Tools' Sources tab?

倾然丶 夕夏残阳落幕 提交于 2019-11-27 17:41:31

Currently not possible.

"Saving whole folders is not currently supported."

https://github.com/GoogleChrome/devtools-docs/issues/30#issuecomment-76999063

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

Just do right click -> save as html -> in type select (complete webpage).

Works on OSX.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!