Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

Image Extractor のバージョン履歴 - 全 19 バージョン

Image Extractor 作成者: 8columns

5 段階中 4 の評価
5 段階中 4 の評価
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 Public License 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 Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.19

    リリース日 : 2024年4月28日 - 22.25 KB
    firefox バージョン 109.0a1 以降 で動作
    Remove "tabs" permission (not used)

    ソースコードは Mozilla Public License 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 Public License 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 Public License 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 Public License 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 Public License 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 Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.13

    リリース日 : 2024年4月25日 - 21.45 KB
    firefox バージョン 109.0a1 以降 で動作
    Update new icons

    ソースコードは Mozilla Public License 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 Public License 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 Public License 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 Public License 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 Public License 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 Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.7

    リリース日 : 2023年12月5日 - 19.93 KB
    firefox バージョン 109.0a1 以降 で動作
    - add new feature, supports extracting inline SVG

    ソースコードは Mozilla Public License 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 Public License 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 Public License 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 Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.3

    リリース日 : 2023年11月16日 - 18.71 KB
    firefox バージョン 109.0a1 以降 で動作

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。