Reputation: 8880
I know that I am supposed to be able to see this in the "resources" tab -section of Chrome developer tools. Maybe I am not getting something, but I don't see any images listed in this section.
Does anyone know if / how this can be accomplished?
Upvotes: 78
Views: 94150
Reputation: 1093
DevTools -> Application tab -> Frames (in the sidebar) -> Images
Contains all the images.
Images are listed specific to each frame. Normally there is only 1 frame on the page. If the page uses the tag there will be others.
Expand "Frames" and then the first item listed (which is the page), below this is the category of images, as well as scripts and stylesheets. Note that the final item is the html of the page itself.
Upvotes: 19
Reputation: 11496
Another way is to use new resource-type
filter is available in the Network panel (Chrome 87).
For images just type resource-type:image
to focus on the network requests that are images.
Chrome Docs: https://developers.google.com/web/updates/2020/10/devtools#network-filters
Upvotes: 2
Reputation: 17276
Upvotes: 95
Reputation: 146
If you want to download images :
https://chrome.google.com/webstore/detail/download-all-images/ifipmflagepipjokmbdecpmjbibjnakm
use site sucker app for mac or httrack website copier windows to get all contetn from page you want then select or sort data how you need ))
Hope i helped you ;)
Upvotes: 0