Firefox 브라우저 부가 기능
로그인
추가 기능 아이콘

SingleFile의 버전 기록 - 25개 버전

SingleFile 제작자: gildas

5점 만점에 4.8점
4.8 / 5
5
907
4
80
3
19
2
6
1
28
SingleFile의 버전 기록 - 25개 버전
  • 이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.

  • 최신 버전

    버전 1.24.1

    2026년 9월 5일에 출시 - 1.42 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • The notes of a saved page are laid out again when the page layout settles and keep their position relative to the element they are anchored to, instead of staying where they were before the images were loaded (#1986)
    • The fonts declared inside a frame whose content cannot be read are kept, instead of being removed when Firefox reports the styles of a document it never rendered
    • The zoom out applied while deferred images load is anchored at the top of the document and follows the scroll position
    • An iframe with an inline pointer-events declaration keeps it in a page saved from the editor
    • The Swedish translation is updated (#1984)
    • The bundled zip.js is updated to 2.11.1

    AGPL v3에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 1.24.0

    2026년 9월 3일에 출시 - 1.42 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • New "Menus" section in the options page to customize the page, button and tab menus: add, remove, rename, reorder and nest entries, list profiles directly
    • Multi-page and self-extracting archives sent to an MCP server are transmitted as base64
    • An extension calling the SingleFile API is answered when the action returns nothing
    • A font, image, video or audio URL answering with an HTML page is no longer embedded
    • Images that appear once on the page are resized too when the image reduction factor is set (#1982)
    • Several fixes to self-extracting archives from single-file-core 1.5.121

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.23.3

    2026년 9월 2일에 출시 - 1.36 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • The page viewer displays the error when a saved page cannot be shown instead of leaving the tab blank
    • Pages saved to WebDAV, GitHub, Google Drive, Dropbox, S3 or a REST API are uploaded byte for byte; a multi-page archive saved again from the editor arrived corrupted
    • The page opened by "open the saved page" is released when its tab is closed; reloading the tab still works
    • The first capture requested by another extension after its approval targets the right page
    • Switching profiles in the editor keeps the options a regular save would use
    • Pages that size their blocks from the viewport in a script were saved with enormous headers (#1603)
    • The lazy-loading pass stays open while the page inserts stylesheets
    • Page text can no longer close the SingleFile comment
    • Several extraction and layout fixes for self-extracting archives from single-file-core 1.5.120

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.23.2

    2026년 8월 31일에 출시 - 1.35 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Fixed fonts missing in saved pages in several cases: fonts declared in a frame that cannot be read, fonts named by a "font" shorthand the parser cannot read, and font families built with CSS variables or with multi-word names
    • Fixed the loss of the id, class, data-* and title attributes of stylesheets, which could break the scripts and the styles of saved pages
    • Fixed inline SVG images being removed when the saving of images is disabled
    • Fixed the loss of the styles defined in a closed shadow root
    • Fixed the content of a canvas being lost when saving a page that was already saved
    • Fixed a save that never finished on pages with circular CSS imports
    • Fixed CSS values with a vendor prefix being dropped when the browser supports them
    • Fixed the truncation of filenames when the page title contains several special characters in a row
    • Fixed the length of filenames when the title is longer than the limit
    • Improved memory usage when saving pages repeatedly
    • Reduced the size of saved pages containing videos
    • Fixed the names of the files displayed when opening a self-extracting page
    • Fixed images missing from self-extracting pages when the page contains duplicate stylesheets
    • Fixed scripts of self-extracting pages being refused when they come from an unusual file extension
    • Reduced the size of self-extracting pages: duplicate stylesheets are stored once and resources are compressed according to their type
    • Fixed the page address being readable in a password-protected self-extracting page
    • Fixed the display of self-extracting pages containing an embedded PDF document
    • Improved the reliability of the extraction of self-extracting pages
    • Fixed the loss of the options of a self-extracting page when saving it again from the annotation editor
    • Removed the requests sent to the saved website when saving a self-extracting page

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.23.1

    2026년 8월 28일에 출시 - 1.35 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Fixed a blank page when displaying a self-extracting archive served with an HTTP error status. The page content is now extracted from the page text
    • Fixed extracting pages saved in "universal" self-extracting mode with an embedded PDF
    • The data appended after the ZIP data in self-extracting archives now always fits in the search window of ZIP readers
    • The entries of self-extracting archives are now stored in the order they were added (via zip.js 2.8.61)

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.23.0

    2026년 8월 28일에 출시 - 1.35 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Added support of multi-page archives in the annotation editor (these archives are currently created with single-file-cli): the table of contents is displayed, pages can be edited, and the archive is saved back as one file
    • Added an API allowing other extensions (e.g. ArchiveBox) to capture pages with SingleFile
    • Added template variables for the day of the week, e.g. {weekday-locale} and {weekday-short-utc}
    • Improved the security of the Google Drive and Dropbox authentication (PKCE)
    • Fixed filenames rejected by Firefox when the page title contains special characters
    • Fixed a hang when saving pages with very large stylesheets
    • Improved performance and memory usage when saving pages repeatedly (e.g. with autosave)
    • Improved performance when saving multi-page archives and when displaying compressed pages
    • Fixed the display of SVG icons on some saved pages
    • Fixed the display of the save dialog and the handling of the "background save" option when the downloads API is unavailable
    • Fixed saving edited pages and archives from the annotation editor (destinations, REST form API URL, dropped archives)
    • Fixed the error page displayed when reloading the annotation editor on a page saved as a self-extracting file
    • Fixed the checksum in the filename and the proof of existence when saving pages with the annotation editor
    • Fixed the benign error displayed when the companion application exits
    • Fixed the loss of option profiles when enabling or disabling the synchronization of options
    • Updated translations

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.98

    2026년 2월 24일에 출시 - 1.21 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Improved perf when opening pages saved as self-extracting files
    • Added new option "File format > disable compression" to produce uncompressed zip files
    • Fixed shortcut conflict on Linux, the default shortcut is now "Ctrl+Alt+S"

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.97

    2026년 1월 20일에 출시 - 1.21 MB
    firefox 58.0 이상, android 120.0 이상에서 작동
    • Fixed minor issues related to CSS mlnification
    • Fixed handling of 202 HTTP status code when enabling the option "Destination > upload to a REST Form API"

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.92

    2025년 12월 10일에 출시 - 1.07 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    1.22.89:
    - Added {url-filename} variable (for filename or infobar templates)
    - Added "HTML content > remove specific elements" option
    - Added support of custom shortcuts
    - Fixed aspect ratio of video screenshots
    - Added "MCP Server" as destination
    1.22.90
    - Improved support of constructable stylesheets
    - Fixed %encode-base64 and %decode-base64 template functions
    - Updated Polish and Russian translations
    1.22.91
    - Improved support of constructable stylesheets
    - Added option "Images > image reduction factor"
    1.22.92
    - Fixed bug in the removal of unused CSS rules wiyth selectors containing pseudo-classes

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.88

    2025년 11월 21일에 출시 - 1.07 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Improved support of invalid nesting tags (fix rendering issues on bilibili)
    • Fixed issues related to the ":defined" selector in stylesheets and custom elements (fix rendering issues on Reddit)
    • Fixed support of iframes in custom elements
    • Added cleanup of "link[rel=compression-dictionary]" elements
    • Updated Chinese translation

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.86

    2025년 11월 2일에 출시 - 1.06 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Fixed support of CSS nesting, Cascade layers, Feature queries, Container queries, and Scope at-rules when minimizing stylesheets
    • Improved removal of stylesheets for alternative devices to screens
    • Improved serialization of XML (e.g. SVG) contents
    • Improved compression of the "extra data" when saving pages in the "universal self-extracting pages" file format
    • Fixed handling of proof of existence (cf. Misc. options) when using the annotation editor
    • Fixed issue leading to saving useless duplicate URLs with anchors when using "Save selected links" (anchors will now be ignored)
    • Fixed issue when saving selecting selection with empty tags (e.g. IMG tags)
    • Fixed removal of NOSCRIPT tags in BODY (and descendant) tags, and added an hidden option "removeNoScriptTags" (true by default, see https://github.com/gildas-lormeau/SingleFile/wiki/Hidden-options for more info)
    • Added hidden option "delayAfterProcessing" which can be useful to avoid sending too many requests to a site, especially in batch processing
    • Removed DevTools permission (not used in Firefox)

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.81

    2025년 3월 31일에 출시 - 1.06 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Added Swedish translation
    • Fixed JS error when displaying pages with embedded infobar

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.80

    2025년 3월 13일에 출시 - 1.05 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Fixed issue when trying to move notes made with the annotation editor in a saved page
    • Fixed issue when saving multiple pages in incognito in Chromium-based browsers

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.79

    2025년 2월 19일에 출시 - 1.05 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    • Added Azerbaijani (az) language (thanks @Hajiagha-Sadikhov)
    • Added options JSON editor (see the icon in the title bar of the options page)
    • Added %encode-base64 and %decode-base64 template functions
    • Fixed incorrect Accept header when using the REST Form API as destination
    • Fixed various minor issues

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.77

    2024년 12월 17일에 출시 - 1.03 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Fixed issue related to hot-linked resources when saving pages
    - Fixed issue related to the replacement of invalid characters in filenames

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.75

    2024년 11월 27일에 출시 - 1.03 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Fixed custom mapping of invalid file name characters (e.g ">", ":", "|") via the hidden option"filenameReplacementCharacters", see https://github.com/gildas-lormeau/SingleFile/wiki/Hidden-options fro more info
    - Fixed rare issue when SingleFile could be stuck on step 2/3
    - Fixed "BUG: SingleFile error: [object Object]" error label. A more descriptive message should be displayed when this kind of error happens.

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.73

    2024년 11월 13일에 출시 - 1.03 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Added support of full-width UTF-8 symbols to replace invalid file name characters (e.g ">", ":", "|")
    - Fixed update of the embedded screenshot in the annotation editor (when embedding the screenshot into a self-extracting file)
    - Added translation in Simplified Chinese of the help page
    - Fixed support of disabled external stylesheets
    - Added `{url-original}` template variable
    - Include readability metadata into the page when saving the pretty-printed page in the annotation editor
    - Other minor fixes

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.72

    2024년 10월 14일에 출시 - 1.01 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Fixed stretched images issue (e.g. on Reddit)
    - Fixed issue where textarea contents where not saved
    - Fixed warnings related to the sandbox attribute on iframes
    - Updated Readability.js

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.71

    2024년 9월 27일에 출시 - 1.01 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Fixed missing resources when using the autosave mode
    - Added 32x32px icon
    - Fixed other minor issues

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.70

    2024년 9월 19일에 출시 - 1.01 MB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Fixed various minor issues

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.68

    2024년 9월 7일에 출시 - 1,021.04 KB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Added option `Stylesheets > group duplicate stylesheets together` to reduce the size of saved pages when duplicate stylesheets are found in the page (e.g. on Reddit) and when the output file format is "HTML"
    - Added optimization to reduce the size of saved pages when duplicate stylesheets are found in the page (e.g. on Reddit) and when the output file format is based on the ZIP format
    - Fixed issue when saving frames
    - Added missing stylesheet URLs in the "manifest.json" file when saving pages as ZIP files
    - Updated Chinese translations
    - Fixed issue when opening self-extracting pages (non universal) in Chromium-based browsers

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.66

    2024년 9월 3일에 출시 - 1,020.32 KB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Userscripts can now update the options before processing a page
    - Fixed spelling errors in the help page
    - Fixed issue when exporting options with "#" present in the data
    - Fixed issue when enabling the option `File format > embed image`
    - Fixed autosave issue
    - Fixed other minor issues

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.64

    2024년 8월 29일에 출시 - 1,019.95 KB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Fixed issue where SingleFile could be stuck on step 2/3
    - Added the ability to disable SingleFile for one or multiple websites via the auto-settings rules
    - Minor fixes

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.61

    2024년 8월 19일에 출시 - 1,019.7 KB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - improved perf when a page contains duplicate inline stylesheets
    - added `{options-json}`, `{options-text}` variables, and `%option-value<key>` function in templates
    - added support of frames when saving raw pages
    - fixed issue when fetching resources requiring the referrer header to be unset
    - fixed issue when auto-saving pages to S3
    - fixed missing filename in the form when uploading the page to a JSON REST API
    - fixed missing "Cancel" button when editing a rule in the "Auto-sesttings rules" section
    - fixed broken infobar in Firefox ESR
    - fixed minor issues

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.22.59

    2024년 8월 12일에 출시 - 1,012.79 KB
    firefox 58.0 이상, android 113.0 이상에서 작동
    - Added support of frames when saving the page with the option `HTML content > save raw page` enabled
    - Minor fixes

    AGPL v3에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

다운로드

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

최신 빌드

  • Nightly
  • Beta

기업용 Firefox

  • Enterprise

커뮤니티

  • Connect
  • Contribute
  • Developer

팔로우

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.