Page to Markdown のバージョン履歴 - 全 14 バージョン
Page to Markdown 作成者: bermudi
Page to Markdown のバージョン履歴 - 全 14 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 4.1.1
リリース日 : 2026年4月23日 - 247.88 KBfirefox バージョン 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 License に従いリリースされています
- New: Preferences page — Right-click the toolbar icon → Manage Extension → Preferences (or open from
以前のバージョン
バージョン 3.5.1
リリース日 : 2026年3月26日 - 220.75 KBfirefox バージョン 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 License に従いリリースされています
バージョン 3.4.2
リリース日 : 2026年3月13日 - 214.48 KBfirefox バージョン 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 License に従いリリースされています
- Fixes missing code samples on docs-heavy sites like ai-sdk.dev by detecting when Readability strips
バージョン 3.4
リリース日 : 2026年3月7日 - 170.45 KBfirefox バージョン 58.0 以降 で動作chore: bump version to 3.4- update manifest version from 3.3 to 3.4
- add newline at end of file
ソースコードは MIT License に従いリリースされています
バージョン 3.3
リリース日 : 2025年12月24日 - 170.45 KBfirefox バージョン 58.0 以降 で動作Add extractor for Poe conversation pagesソースコードは MIT License に従いリリースされています
バージョン 3.2
リリース日 : 2025年12月18日 - 166.56 KBfirefox バージョン 58.0 以降 で動作- add mermaid SVG preprocessing and fallback handling
ソースコードは MIT License に従いリリースされています
バージョン 3.1
リリース日 : 2025年12月12日 - 160.72 KBfirefox バージョン 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
authordirectly undertitlefor 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 License に従いリリースされています
- Frontmatter now includes a human-friendly
バージョン 3.0
リリース日 : 2025年12月12日 - 160.27 KBfirefox バージョン 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 License に従いリリースされています
バージョン 2.3
リリース日 : 2025年12月6日 - 65.95 KBfirefox バージョン 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.jsto 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_collectionmanifest entries to match the latest schema and removed unused fields. - Documentation
- Expanded
READMEwith more detailed usage and configuration instructions.
This version updates content parsing to use
DOMParserwith 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-basedbrowser_specific_settings.gecko.id.
- Adjusteddata_collectionfields 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 License に従いリリースされています
バージョン 2.1
リリース日 : 2024年11月6日 - 59.84 KBfirefox バージョン 58.0 以降 で動作Improved metadata and content handling.ソースコードは MIT License に従いリリースされています
バージョン 2.0
リリース日 : 2024年11月6日 - 60.77 KBfirefox バージョン 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 License に従いリリースされています
バージョン 1.1
リリース日 : 2024年11月5日 - 18.56 KBfirefox バージョン 58.0 以降 で動作- Icon Transparency
- Fixed Title encodingソースコードは MIT License に従いリリースされています