Firefox ブラウザーアドオン
  • もっと見る
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
拡張機能ワークショップ開発者センターFirefox をダウンロードアカウント登録またはログイン
アドオンアイコン

Save Page WE のバージョン履歴 - 全 25 バージョン

Save Page WE 作成者: DW-dev

5 段階中 4.3 の評価
5 段階中 4.3 の評価
Save Page WE のバージョン履歴 - 全 25 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。

    常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 25.2

    リリース日 : 2021年1月20日 - 98.06 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 25.2

        • Chg: Cache-Control 'no-store' header no longer necessary because of cache partitioning.

        • Fix: Shadow DOM tree was traversed for <audio>, <video> and <use> elements. Fixed.
        • Fix: Unsaved URLs in <link> element 'href' attributes were not adjusted or removed. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 25.1

    リリース日 : 2021年1月15日 - 97.99 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 25.1

        • New: Option to load lazy images in existing content. Enabled by default.
        • New: Button and context menu items to save page 'With/Without Scroll' and 'With/Without Shrink'.
        • New: %PATHW% predefined field in saved file names replaced by path without '.extension' suffix.
        • New: %FILEW% predefined field in saved file names replaced by filename without '.extension' suffix.

        • Chg: Removed 'Images Only' type in 'Load lazy content before saving' option dropdown menu.
        • Chg: Added small delay at end of lazy load allowing more time for content and images to load.
        • Chg: Added debug logging capability for lazy loading of content.

        • Fix: Sometimes resources were unnecessarily prefetched when saved page was opened. Fixed.
        • Fix: Minor typo in text of 'Some resources could not be loaded' message. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 25.0

    リリース日 : 2021年1月9日 - 97.27 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 25.0

        • New: When loading lazy content a new 'Lazy Load' popup panel is shown.
        • New: 'Images Only' type in 'Load lazy content before saving' option dropdown menu.

        • Chg: Renamed 'Force lazy loads before saving' option to 'Load lazy content before saving'.
        • Chg: There are now three lazy load types: 'Images Only', 'Scroll Page' and 'Shrink Page'.
        • Chg: Loading lazy content using any type now force loads images with loading="lazy" attributes.
        • Chg: Loading lazy content using any type now force loads images managed by Javascript libraries.
        • Chg: Minor improvements to visual appearance of 'Shrink Page' lazy load type.
        • Chg: Updated 'Saved Page Information' panel for new 'Images Only' lazy load type.

        • Fix: Binary images (bmp, gif, jpg, png, webp) in SVG <image> elements failed to load. Fixed.
        • Fix: replaceableResourceURL() function did not exclude empty string URLs. Fixed.
        • Fix: resourceloader-compressed.js is no longer a web accessible resource. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 24.2

    リリース日 : 2021年1月1日 - 94.81 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 24.2

        • Chg: Removed some unnecessary code specific to SVG <use> elements.

        • Fix: <link rel="stylesheet prefetch"> was not handled correctly. Fixed.
        • Fix: Fragment identifiers were not removed from resource URLs. Fixed.
        • Fix: Elements with absolute or fixed position were not formatted correctly in saved file. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 24.1

    リリース日 : 2020年12月27日 - 94.61 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 24.1

        • Chg: Minor improvements to handling of favicons.
        • Chg: Simplified saving of SVG <use> elements - 'href' URLs now saved as data URIs.

        • Fix: Attempts to process fragments to unresolved SVG 'href' URLs caused save to hang. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 24.0

    リリース日 : 2020年12月23日 - 94.91 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 24.0

        • New: Force lazy loads option now allows selection of Scroll Page or Shrink Page method.
        • New: Substantially improved support for saving SVG elements.
        • New: Includes support for saving SVG , <image> and <use> elements.
        • New: Includes support for saving resource URLs in 'href' attributes on all SVG elements.

        • Chg: Rehide elements option now identifies removed elements by tag name.
        • Chg: No longer inserts <base> element with original page baseURI in the <head> element.
        • Chg: No longer removes existing <base> elements.
        • Chg: No longer inserts script to adjust URLs when saved page is opened.
        • Chg: Converts unsaved relative URLs to absolute URLs.
        • Chg: Converts unsaved same-page relative and absolute URLs to fragment-only URLs.
        • Chg: Simplified saving of <img> elements with data: or blob: src URLs.
        • Chg: Simplified saving of <source> elements within <picture> elements.
        • Chg: Updated internal source code documentation.

        • Fix: <template> elements were created for Shadow DOMs in <audio>, <video> and <use> elements. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.8

    リリース日 : 2020年12月2日 - 93.21 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.8

        • New: Option to allow saved scripts to execute.
        • New: 'Clear' button in options dialog to clear Listed URLs.

        • Chg: When saving 'Custom Items' with 'Scripts' enabled, the default is now not to allow scripts to execute.

        • Fix: 'font-display: optional' in @font-face rule caused fallback font to be used (Chrome). Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.7

    リリース日 : 2020年11月19日 - 92.79 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.7

        • New: Predefined fields %QUERY(p)% and %FRAGMENT% can be used in Saved File Name options.

        • Chg: Improved layout of menu items on button and context menus.
        • Chg: Predefined fields can now be used multiples times in Saved File Name options.

        • Fix: Cancel Save menu item was enabled when save was not in progress. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.6

    リリース日 : 2020年11月10日 - 93.03 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.6

        • Chg: In Saved Items options, now highlights that saving scripts is not recommended.

        • Fix: Images with current source ('src' or 'srcset') containing blob: URL were not saved. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.5

    リリース日 : 2020年11月3日 - 92.76 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.5

        • New: Inserts comment in saved file when removing elements hidden by page or extensions.

        • Fix: Not saving src/srcset files for <img> elements hidden by page or extensions did not work correctly. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.4

    リリース日 : 2020年10月30日 - 92.75 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.4

        • Chg: Substantially improved efficiency when saving Shadow DOMs.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.3

    リリース日 : 2020年10月29日 - 92.78 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.3

        • New: Saves 'closed' Shadow DOMs as well as 'open' Shadow DOMs (Firefox 63+, Chrome 88+).

        • Fix: Some edge cases were not correctly handled when generating saved file names. Fixed.
        • Fix: Leading and trailing spaces were not trimmed from saved file name options. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.2

    リリース日 : 2020年10月21日 - 92.33 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.2

        • Fix: Style elements generated by CSS-in-JS libraries were not handled in cross-origin iframes. Fixed.
        • Fix: Within-page anchors did not work with pages from Wayback Machine. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.1

    リリース日 : 2020年10月12日 - 91.93 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.1:

        • Fix: Elements inside <head> were not correctly formatted since Version 22.2. Fixed.
        • Fix: Within-page anchors pointed to original web page instead of saved page. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 23.0

    リリース日 : 2020年10月5日 - 91.77 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 23.0:

        • Fix: Saving pages in background tabs was very slow and occasionally hung. Fixed.
        • Fix: Tab was not removed if page load timed out when using Save Unlisted URLs. Fixed.
        • Fix: Shrinking pages to force lazy loads did not work for a few pages. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 22.2

    リリース日 : 2020年8月26日 - 91.66 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 22.2:

        • Fix: Elements with 'display: none' were treated as block elements when formatting HTML in saved file. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 22.1

    リリース日 : 2020年8月19日 - 91.64 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 22.1:

        • Chg: Uses CSS rules from document styleSheets if there is a different number than in <style> element.

        • Fix: Inserted comma instead of semi-colonr when enumerating CSS 'inset' property (Firefox). Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 22.0

    リリース日 : 2020年8月18日 - 91.55 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 22.0:

        • Chg: Invalid non-metadata elements in the <head> are now retained and saved with 'hidden' attribute.
        • Chg: Either first favorite icon or fallback favicon.ico (in website root) is now saved at start of <head>.
        • Chg: Further rationalized handling of 'href' attributes when attribute value is empty string.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 21.0

    リリース日 : 2020年8月13日 - 91.63 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 21.0:

        • Chg: Invalid non-metadata elements in the <head> are ignored and not saved (but comments are added).
        • Chg: All favicon files are saved and fallback favicon.ico is saved at end of <head> (as in 20.9 or earlier) .
        • Chg: Improved handling of attributes that take URL values (e.g. src & href) when value is empty string.
        • Chg: Renamed 'data-savepage-datauri' attribute to 'data-savepage-videoframe' to make it more meaningful.
        • Chg: Added a 'data-savepage-poster' attribute when 'poster' is set to 'data-savepage-videoframe' data URI.

        • Fix: 'Rehide elements ...' option did not hide elements in saved file due to a code ordering issue. Fixed.
        • Fix: When appending CSS rules to CSS rules in 'style' attributes did not check for trailing semicolon. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 20.10

    リリース日 : 2020年8月6日 - 91.38 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 20.10:

        • Chg: Instead of saving all favorite icon files now only the largest favorite icon file is saved.

        • Fix: Rehide elements option was hiding elements in original page as well as in saved file. Fixed.
        • Fix: Content Security Policy in <meta> element sometimes prevented loading of resources from Data URIs. Fixed.
        • Fix: Possibility that double-quote inside style attribute text could cause incorrect matches or replacements. Fixed.
        • Fix: Warning message was not shown if image/audio/video could not be extracted from saved page. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 20.9

    リリース日 : 2020年8月3日 - 91.04 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 20.9:

        • Fix: CSS-in-JSS libraries were handled correctly in Pass 3, but not in Pass 2. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 20.8

    リリース日 : 2020年7月31日 - 90.56 KB
    firefox バージョン 52.0 以降 で動作
    Version 20.8 is a minor update, to fix a problem when saving dynamically loaded fonts and to improve operation of lazy loads.

    Please see Release Notes for further details.

    Version 20.8 has been thoroughly regression tested by systematically exercising all aspects of the functionality that have been changed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 20.7

    リリース日 : 2020年7月24日 - 87.76 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 20.7:

        • Chg: Now saves fonts that are dynamically added after a page loads.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 20.6

    リリース日 : 2020年7月12日 - 86.42 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 20.6:

        • Chg: New save method now works with Firefox 52-56 and Waterfox Classic.
        • Chg: Improved performance of 'shrink page to force lazy loads' feature.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
  • バージョン 20.5

    リリース日 : 2020年7月10日 - 86.36 KB
    firefox バージョン 52.0 以降 で動作
    New features, changes and fixes in Version 20.5:

        • Chg: Darker background is displayed while lazy images and other lazy content are being loaded.

        • Fix: Popup message panels were displayed shrunk when using 'force lazy loads' option. Fixed.
        • Fix: View Saved Page Info and Remove Resource Loader menu commands did not work. Fixed.

    ソースコードは GNU General Public License バージョン 2.0 に従いリリースされています

    Firefox 専用 — 今すぐ Firefox をダウンロード
    ファイルをダウンロード
Mozilla のホームページへ

アドオン

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

ブラウザー

  • Desktop
  • Mobile
  • Reality
  • Enterprise

製品情報

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

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