Search code examples
firefoxfirefox-addonfirebug

Any way to list the loaded images in Firebug like in Chrome?


I'm looking for the list of the images loaded in a webpage, but I can find it..

In Chrome I can list the images going to the Inspector > Resources > Frames > Images.

FF 15.0.1 FB 1.10.6


Solution

  • You can do this in firebug extension. Choose "Net" in toolbar than "images" and after you reload the page you can see all images has been loaded.