Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Image Extractor 版本历史 - 19 个版本

Image Extractor 作者: 8columns

评分 4 / 5
4 / 5 星
5
1
4
0
3
1
2
0
1
0
Image Extractor 版本历史 - 19 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 1.0.21

    发布于 2024年4月29日 - 22.25 KB
    适用于 firefox 109.0a1 及更高版本
    - add "tabs" permission to be compatible with chrome extension

    源代码遵循 Mozilla 公共许可证 2.0 发布

    您需要 Firefox 来使用此扩展
    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 1.0.20

    发布于 2024年4月29日 - 22.26 KB
    适用于 firefox 109.0a1 及更高版本
    - fix bug, the image list not reset when reload page, cause number of images found incorrect
    - optimize code

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.19

    发布于 2024年4月28日 - 22.25 KB
    适用于 firefox 109.0a1 及更高版本
    Remove "tabs" permission (not used)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.18

    发布于 2024年4月27日 - 22.26 KB
    适用于 firefox 109.0a1 及更高版本
    modify background.js , update browser.tabs.onUpdated to check both when status is "loading" and "complete". This will make action button's status update faster.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.17

    发布于 2024年4月26日 - 22.25 KB
    适用于 firefox 109.0a1 及更高版本
    - check validity of images before adding to list (invalid images are filtered out)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.16

    发布于 2024年4月26日 - 21.61 KB
    适用于 firefox 109.0a1 及更高版本
    fix bug - some image's URL is incorrect and prevent from loading

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.15

    发布于 2024年4月25日 - 21.61 KB
    适用于 firefox 109.0a1 及更高版本
    - Fix bug, very tall images are not display in the correct aspect ratio.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.14

    发布于 2024年4月25日 - 21.58 KB
    适用于 firefox 109.0a1 及更高版本
    - add support for image's type of "srcset"
    - improve accuracy of finding images (check both request's type and URL pattern)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.13

    发布于 2024年4月25日 - 21.45 KB
    适用于 firefox 109.0a1 及更高版本
    Update new icons

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.12

    发布于 2024年4月24日 - 19.84 KB
    适用于 firefox 109.0a1 及更高版本
    - fix bug for some images includes into the wrong tab
    - add file type and image's size to "show images" page
    - filter out unmeaning images (images which width less than 5 pixels)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.11

    发布于 2024年4月20日 - 19.48 KB
    适用于 firefox 109.0a1 及更高版本
    - filter out image from Google Analyticts and Facebook Pixel
    - The previous version use "comma" to join and split image's URL. This might conflict with some websites that use "comma" in image's URL. This new version use "!" character instead of "comma" to split and join string..

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.10

    发布于 2024年4月20日 - 19.45 KB
    适用于 firefox 109.0a1 及更高版本
    - Separate internal images list for each TAB and URL. Any images found on each TAB and URL will be kept on its own image list. This way, the image from each TAB and URL won't mixed together.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.9

    发布于 2024年4月20日 - 19.11 KB
    适用于 firefox 109.0a1 及更高版本
    What's new

    1. Change solution from scanning DOM to use webRequest API to find images. Add more accuracy and support modern website using dynamic loading images. Scrolling down the page, will find more images
    2. Show number of images found on "action button".
    3. Add support for reloading (F5) the "show images" page after click "action button". This will be useful in some cases the "show images" page can't load images completely (caused by the network problem)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.8

    发布于 2023年12月5日 - 19.93 KB
    适用于 firefox 109.0a1 及更高版本
    - add max-width to img (that use data-uri) to prevent over size images

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.7

    发布于 2023年12月5日 - 19.93 KB
    适用于 firefox 109.0a1 及更高版本
    - add new feature, supports extracting inline SVG

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.6

    发布于 2023年11月28日 - 19.2 KB
    适用于 firefox 109.0a1 及更高版本
    This new version add supports for images inside custom HTML element

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.5

    发布于 2023年11月18日 - 19.07 KB
    适用于 firefox 109.0a1 及更高版本
    Add support for images in "source" tag with "srcset" attribute

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.4

    发布于 2023年11月17日 - 18.73 KB
    适用于 firefox 109.0a1 及更高版本
    - fix bug : some images not get extracted
    - fix bug : some images shown as broken link

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.3

    发布于 2023年11月16日 - 18.71 KB
    适用于 firefox 109.0a1 及更高版本

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。