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

Page to Markdown의 버전 기록 - 16개 버전

Page to Markdown 제작자: bermudi

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

  • 최신 버전

    버전 4.2.0

    2026년 8월 12일에 출시 - 97.43 KB
    firefox 58.0 이상에서 작동

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

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

    버전 4.1.2

    2026년 8월 12일에 출시 - 96.75 KB
    firefox 58.0 이상에서 작동

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

    파일 다운로드
  • 버전 4.1.1

    2026년 4월 23일에 출시 - 247.88 KB
    firefox 58.0 이상에서 작동
    Page to Markdown 4.1.0
    • New: Preferences page — Right-click the toolbar icon → Manage Extension → Preferences (or open from about:addons).
    • Choose your default download mode — Set the toolbar click to produce either full markdown (with links and images) or a stripped, LLM-friendly plain-text version. Previously this was only available via Shift+click; now you can flip the default and use Shift to temporarily switch to the opposite mode.
    • Debug logging toggle — Added under Developer in preferences. Turn this on to see detailed extraction diagnostics in the browser console when reporting issues.

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

    파일 다운로드
  • 버전 3.5.1

    2026년 3월 26일에 출시 - 220.75 KB
    firefox 58.0 이상에서 작동
    Bug Fixes:
    - Fixed an issue where clicking links on certain pages (e.g., documentation sites with tabbed code examples) would show "Something went wrong" errors after using the extension
    - The extension now correctly preserves active tab selections in cloned content without modifying the live page DOM

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

    파일 다운로드
  • 버전 3.5.0

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

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

    파일 다운로드
  • 버전 3.4.2

    2026년 3월 13일에 출시 - 214.48 KB
    firefox 58.0 이상에서 작동
    • Fixes missing code samples on docs-heavy sites like ai-sdk.dev by detecting when Readability strips <pre> blocks and falling back to the original DOM, so conversions now keep syntax-highlighted examples intact @src/content.js#238-320.
    • Keeps extension/package metadata synchronized at v3.4.2 so downloads and builds line up with the published artifact @manifest.json#1-12, @package.json#1-9.

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

    파일 다운로드
  • 버전 3.4

    2026년 3월 7일에 출시 - 170.45 KB
    firefox 58.0 이상에서 작동
    chore: bump version to 3.4
    • update manifest version from 3.3 to 3.4
    • add newline at end of file

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

    파일 다운로드
  • 버전 3.3

    2025년 12월 24일에 출시 - 170.45 KB
    firefox 58.0 이상에서 작동
    Add extractor for Poe conversation pages

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

    파일 다운로드
  • 버전 3.2

    2025년 12월 18일에 출시 - 166.56 KB
    firefox 58.0 이상에서 작동
    • add mermaid SVG preprocessing and fallback handling

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

    파일 다운로드
  • 버전 3.1

    2025년 12월 12일에 출시 - 160.72 KB
    firefox 58.0 이상에서 작동
    Version 3.1 improves saved-page metadata and readability:
    • Frontmatter now includes a human-friendly source (e.g., “The New York Times”) instead of only the domain/hostname.
    • Frontmatter includes author directly under title for consistency.
    • Saved Markdown now auto-adds a top-level # {title} heading when the converted page content doesn’t start with a heading (prevents “title-less” notes on some sites).

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

    파일 다운로드
  • 버전 3.0

    2025년 12월 12일에 출시 - 160.27 KB
    firefox 58.0 이상에서 작동
    Fixed missing code blocks on some documentation sites.
    The extension now normalizes extracted HTML so code blocks are converted reliably to fenced Markdown, and code blocks inside <figure> containers are preserved.
    Page content extraction should me more reliable now.

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

    파일 다운로드
  • 버전 2.3

    2025년 12월 6일에 출시 - 65.95 KB
    firefox 58.0 이상에서 작동
    Release Notes for 2.3
    • Improved article parsing
    • Switched content extraction to DOMParser + Readability for more reliable detection of main article content.
    • Updated bundled readability.js to the latest 0.6.0 release for better handling of modern sites.
    • Better Markdown generation & download flow
    • Refactored the markdown conversion and download logic for improved stability and maintainability.
    • Reduced edge‑case failures when triggering the “save as Markdown” flow.
    • Add-on compatibility & manifest fixes
    • Updated Gecko extension ID to a UUID for compliance with current Firefox add-on requirements.
    • Adjusted data_collection manifest entries to match the latest schema and removed unused fields.
    • Documentation
    • Expanded README with more detailed usage and configuration instructions.
    This version updates content parsing to use DOMParser with the latest Readability (0.6.0), and refactors the markdown conversion/download flow.

    The manifest has been updated to comply with current Firefox requirements:
    - New UUID-based browser_specific_settings.gecko.id.
    - Adjusted data_collection fields to the current schema; no data is actually collected or transmitted.

    The extension still operates entirely client-side and only processes the currently open page to generate a local Markdown file. No remote services are contacted and no telemetry is collected.

    If you want, I can tweak the tone (more/less technical or more user-friendly) before you submit.

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

    파일 다운로드
  • 버전 2.1

    2024년 11월 6일에 출시 - 59.84 KB
    firefox 58.0 이상에서 작동
    Improved metadata and content handling.

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

    파일 다운로드
  • 버전 2.0

    2024년 11월 6일에 출시 - 60.77 KB
    firefox 58.0 이상에서 작동
    ver. 2.0
    Change from using urltomarkdown.com to parsing and converting the page
    locally using readability.js and turndown.js

    Added main icon

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

    파일 다운로드
  • 버전 1.1

    2024년 11월 5일에 출시 - 18.56 KB
    firefox 58.0 이상에서 작동
    - Icon Transparency
    - Fixed Title encoding

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

    파일 다운로드
  • 버전 1.0

    2024년 11월 4일에 출시 - 18.73 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 또는 그 이후 버전에 따라 사용이 허가됩니다.