Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解
已存档

Only few images are downloaded to a folder through "Page info" window

cor-el 已回复
Andrey1

I want to download all images from a page. When I select nearly 300 images in "Page info" window and then download them, only 20-50 images are downloaded. Needed images are not simple: they are downloaded dynamically via js and then stored inside canvas html-element (even "save as" option doesn't work). I tried Download All Images extension, but it saved only the simplest images I don't need to. OS: Ubuntu 18

I want to download all images from a page. When I select nearly 300 images in "Page info" window and then download them, only 20-50 images are downloaded. Needed images are not simple: they are downloaded dynamically via js and then stored inside canvas html-element (even "save as" option doesn't work). I tried Download All Images extension, but it saved only the simplest images I don't need to. OS: Ubuntu 18

由Andrey1于修改

所有回复 (7)

Site so others can see what is happening?

Hello Andrey1,

Maybe a rhetorical question, but did you read everything under "About this extension"  ?

https://addons.mozilla.org/en-US/firefox/addon/save-all-images-webextension/

The reviews are really good, so this should work for you as well.

You could contact the developer .....

Page info window is not related to this extension. Images I want to download are not simple: they are downloaded dynamically via js and then stored inside canvas html-element(even "save as" option doesn't work). I could save at least part of selected images in "Page info" window and I couldn't save "not simple" via extension. McCoy said

Hello Andrey1, Maybe a rhetorical question, but did you read everything under "About this extension"  ? https://addons.mozilla.org/en-US/firefox/addon/save-all-images-webextension/ The reviews are really good, so this should work for you as well. You could contact the developer .....

由Andrey1于修改

I think this behavior is bugged

Maybe these images can only be saved via a screenshot if they aren't stored as a real image. Larger images on canvas can also be created by combining smaller images.

Did you try to use the Inspector?

cor-el said

Maybe these images can only be saved via a screenshot if they aren't stored as a real image. Larger images on canvas can also be created by combining smaller images.

They are images because I can see them in Page info as images and I believe I can save them all by saving one image at time. It seems mozilla from box can not store more than 30-50 images at once. Anyway I stored my images using linux bash scripts, but there is bug in Mozilla still.

Did you try to use the Inspector?

Yes(I found images urls there)

Selecting (all) images in "Tools -> Page Info -> Media" and using Copy in the right-click context menu should give you links to all the images on the clipboard.