Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

PageSieve의 버전 기록 - 9개 버전

PageSieve 제작자: Julius K

아직 평점이 없습니다
0 / 5
5
0
4
0
3
0
2
0
1
0
PageSieve의 버전 기록 - 9개 버전
  • 이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.

  • 최신 버전

    버전 2.2.0

    2026년 8월 17일에 출시 - 1.39 MB
    firefox 58.0 이상에서 작동
    ### Changed

    • Prevent Content Script from always being loaded and instead only load it
    when extension sidebar is open.

    ### Fixed

    • Properly cleanup inspector when extension sidebar closed i.e remove
    highlights, event listeners and restore cursor.

    MIT 라이선스에 따라 릴리스된 소스 코드

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

    버전 2.1.0

    2026년 8월 16일에 출시 - 1.39 MB
    firefox 58.0 이상에서 작동
    • Add button for highlighting elements by selector in Field definition component
    • Add count field type for counting matched elements as alternative to
      extracting attributes or properties.
    • Automatically create full URL for href and src attributes during extraction.
    • Add YAML format for results export.
    • Add urlPattern implementation for controlling which URLs config applies to.
    • Use IntersectionObserver to prevent hanging when too many elements are highlighted.
    • Fix problem where sidebar requires multiple clicks to open.
    • Cleanup changes made to DOM when inspector is launched such as event
      listeners and HTML elements.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.0

    2026년 8월 9일에 출시 - 1.18 MB
    firefox 58.0 이상에서 작동
    ### Added

    • Add columns sorting to results viewer table.
    • Add ability to extract attributes from container element using '.'
    selector.
    • Add snapshots/checkpoints when scraping for better error recovery.
    • Add user confirmation for destructive actions

    ### Changed

    • Breaking refactor of scrape configuration format
    • Update field definition UI to support new Field schema
    • Allow URL to be editable and navigate to URL when necessary before
    beginning
    extraction
    • Update metadata section of config panel with new + updated properties in
    ScrapeConfig
    • Results are now grouped according to the group's name instead of the
    nanoid
    based ID.
    • Centralize handling of user confirmation dialogs to service file

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.5.0

    2026년 6월 15일에 출시 - 1.13 MB
    firefox 58.0 이상에서 작동
    Changed
    • Switch to generalized extractor. Mostly code change as functionality is identical

    Fixed
    • Fix how logging is handled in content vs background scripts
    • Simplify how pages are compared.
    • Correctly set error in various failure states

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.4.0

    2026년 5월 9일에 출시 - 1.05 MB
    firefox 58.0 이상에서 작동
    [1.4.0] - 2026-05-09

    ### 🚀 Features

    • (logging) Add logtape based logging

    ### 🐛 Bug Fixes

    • Improve markdown table handling

    ### 🚜 Refactor

    • Centralize handling of data download

    ### 📚 Documentation

    • Update documentation

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3.0

    2026년 5월 7일에 출시 - 1.01 MB
    firefox 58.0 이상에서 작동
    [1.3.0] - 2026-05-07

    ### 🚀 Features

    • Add diagram generation for state machine
    • Add initial failure retry

    ### 🐛 Bug Fixes

    • Add better log messages
    • Add global stop event for user interrupt
    • Pass currentURL context to functions
    • Support use of xpath for 'next' navigation
    • Add event for testing navigation

    ### 💼 Other

    • Update source build recipe
    • Update svelte
    • Bump package version

    ### 🚜 Refactor

    • Use state machine for main loop
    • Update types
    • Cleanup handling of selectors

    ### 📚 Documentation

    • Add state machine diagram

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.0

    2026년 4월 22일에 출시 - 955.61 KB
    firefox 58.0 이상에서 작동
    [1.2.0] - 2026-04-22

    ### 🚀 Features

    • Add editable names for selector groups
    • Improve button style in Editable Input
    • Add search and sort in library component

    ### 🐛 Bug Fixes

    • Change how selector array type is toggled
    • Change button style to be more visible
    • Switching to none pagination now works

    ### 💼 Other

    • Move to bun for package management
    • Update deps
    • Increment version

    ### 🚜 Refactor

    • Move scrapeConfig to separate file
    • Use dark colorscheme as default
    • Swap jszip with client-zip

    ### 📚 Documentation

    • Update ui docs with selector group changes

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.0

    2026년 4월 5일에 출시 - 1,015.81 KB
    firefox 58.0 이상에서 작동
    [1.1.0] - 2026-04-05

    🚀 Features
    • Add ability to add selector groups
    • [breaking] Add multi selector group results display
    • Add group delete confirmation
    • Add export for individual group data

    🐛 Bug Fixes
    • Early exit when no pagination defined
    • Allow use of xpath for container selector
    • Centralize how xpath selectors are detected

    💼 Other
    • Add just rule for creating zip
    • Update gitignore
    • Add file necessary for github pages
    • Increment version number

    🚜 Refactor
    • Separate confirm dialog into component
    • Modify DataTable style

    📚 Documentation
    • Correct dates in license copyright
    • Initial commit of documentation
    • Render documentation
    • Change default video dimensions
    • Update video dimensions
    • Update README.md
    • Remove quarto build from git

    🎨 Styling
    • Use specific type for extract results
    • Format code

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0

    2026년 3월 2일에 출시 - 916.78 KB
    firefox 58.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
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 또는 그 이후 버전에 따라 사용이 허가됩니다.