
Image Extractor bởi 8columns
Extract all images and show in new tab
Bạn sẽ cần Firefox để sử dụng tiện ích mở rộng này
Siêu dữ liệu mở rộng
Ảnh chụp màn hình






Về tiện ích mở rộng này
This extension help extract all images and show in new tab. It uses request interception technique to find images on any web page. When the browser initiate request, this extension will grab image's URL. All image's URL will pass through the validation process to make sure that it is valid and can load correctly.
Any image's width less than 5 pixels are ignored, because most of the time they are used for tracking purpose. The request interception technique used in this extension is very robust because it can extract more images than any other solution, even in difficult scenarios. For example, images that inside HTML5 canvas, images in CSS background, images that dynamic created with JavaScript.
If you find the number of images on the top of action button is too low, try re-load the page using SHIFT + F5. This will force the browser to re-initiate the request again (without fetching from cache) so the extension can grab the image's URL properly.
Any image's width less than 5 pixels are ignored, because most of the time they are used for tracking purpose. The request interception technique used in this extension is very robust because it can extract more images than any other solution, even in difficult scenarios. For example, images that inside HTML5 canvas, images in CSS background, images that dynamic created with JavaScript.
If you find the number of images on the top of action button is too low, try re-load the page using SHIFT + F5. This will force the browser to re-initiate the request again (without fetching from cache) so the extension can grab the image's URL properly.
Xếp hạng trải nghiệm của bạn
Quyền hạnTìm hiểu thêm
Tiện ích này cần:
- Truy cập các thẻ trên trình duyệt
- Truy cập dữ liệu của bạn trên mọi trang web
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 1.0.21
- Kích cỡ
- 22,25 KB
- Cập nhật gần nhất
- một năm trước (29 Thg 04 2024)
- Thể loại có liên quan
- Giấy phép
- Mozilla Public License 2.0
- Lịch sử các phiên bản
Thêm vào bộ sưu tập
Ghi chú phát hành cho phiên bản 1.0.21
- add "tabs" permission to be compatible with chrome extension
Tiện ích mở rộng khác của 8columns
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
Request interception technique in the latest version is very robust. It works by intercept all request and grab the image's URL. This technique can find more images that using TAG scanning, even in difficult scenarios. For example, images reside in Canvas, images put in CSS background, images dynamic created by JavaScript.
Because browser caching mechanism, you may find that the number of images showing on top of the action button is too low. In that case, please try reload the page using SHIFT + F5 to make the browser re-initiate the request again without fetching from cached.