How to extract image from chrome

There are two techniques on how to extract image from chrome

1. Inspect element, and open link image on new tab

  • Right click inspect element

  • Find background image property

  • Find link

  • Right click, open image link in new tab

2. Inspect element, load network tab

  • Inspect element, open dev tools (Chrome, Control+shift+j)

  • Load network tab
  • Go back to website, control+f5 force reload entire page
  • Go through network table – click “type” to sort

  • Find image
  • Go through the images, select the image that you want to save
  • Right click, open in new tab

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>