What I want to achieve is:
after browsing the web page,all images on this page is downloaded to a specified directory.
Better with firefox because I'm using it.
|
What I want to achieve is: after browsing the web page,all images on this page is downloaded to a specified directory. Better with firefox because I'm using it. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
The firefox DownThemAll! allows you to selectively filter and fetch from a page.
| ||||
|
feedback
|
|
you mean something like this: https://addons.mozilla.org/en-US/firefox/addon/2503 ?? | |||
|
feedback
|
|
If you choose 'Save Page As...' in Firefox and use the option 'Web Page, complete' it will save the page html and store all external documents (css, js, and images) in a separate folder. | |||||
feedback
|