Chrome Extension Idea

Discussion in 'Programming' started by majorglory, Nov 8, 2010.

  1. #1
    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?
     
    majorglory, Nov 8, 2010 IP
  2. bencummins

    bencummins Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    then dont do it manually, use wget or similar to download everything for you
     
    bencummins, Nov 9, 2010 IP