Hello, I was wondering if there was a Chrome/Firefox extension that would download an image's target URL image. For example, here is an image with a link: <a href="image.jpg"><img src="thumbnail.jpg" /></a> Code (markup): The extension should automatically download "image.jpg" instead of me manually clicking on "thumbnail.jpg" and then downloading it myself. The reason I would like this is because there are a lot of images I would like to download on a single page and doing it manually will take forever. Any idea?