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

☆樱花仙子☆ 提交于 2019-11-26 22:34:11

问题


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 multiple files and nested folders from this interface? You can right click individual files and 'Save as...' but this is cumbersome.


回答1:


Currently not possible.

"Saving whole folders is not currently supported."

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




回答2:


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




回答3:


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

Works on OSX.



来源:https://stackoverflow.com/questions/20710504/how-do-you-save-an-entire-folder-from-google-chromes-developer-tools-sources-t

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