Historial de versiones de Page to Markdown - 13 versiones
Page to Markdown por bermudi
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 3.5.1
Lanzada el 26 de mar. de 2026 - 220,75 KBCompatible con firefox 58.0 y superioresBug 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 DOMSe publicó el código fuente bajo la licencia MIT License
Versiones antiguas
Versión 3.5.0
Lanzada el 26 de mar. de 2026 - 220,71 KBCompatible con firefox 58.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Versión 3.4.2
Lanzada el 13 de mar. de 2026 - 214,48 KBCompatible con firefox 58.0 y superiores- 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.
Se publicó el código fuente bajo la licencia MIT License
- Fixes missing code samples on docs-heavy sites like ai-sdk.dev by detecting when Readability strips
Versión 3.4
Lanzada el 7 de mar. de 2026 - 170,45 KBCompatible con firefox 58.0 y superioreschore: bump version to 3.4- update manifest version from 3.3 to 3.4
- add newline at end of file
Se publicó el código fuente bajo la licencia MIT License
Versión 3.3
Lanzada el 24 de dic. de 2025 - 170,45 KBCompatible con firefox 58.0 y superioresAdd extractor for Poe conversation pagesSe publicó el código fuente bajo la licencia MIT License
Versión 3.2
Lanzada el 18 de dic. de 2025 - 166,56 KBCompatible con firefox 58.0 y superiores- add mermaid SVG preprocessing and fallback handling
Se publicó el código fuente bajo la licencia MIT License
Versión 3.1
Lanzada el 12 de dic. de 2025 - 160,72 KBCompatible con firefox 58.0 y superioresVersion 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).
Se publicó el código fuente bajo la licencia MIT License
- Frontmatter now includes a human-friendly
Versión 3.0
Lanzada el 12 de dic. de 2025 - 160,27 KBCompatible con firefox 58.0 y superioresFixed 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.Se publicó el código fuente bajo la licencia MIT License
Versión 2.3
Lanzada el 6 de dic. de 2025 - 65,95 KBCompatible con firefox 58.0 y superioresRelease 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.Se publicó el código fuente bajo la licencia MIT License
Versión 2.1
Lanzada el 6 de nov. de 2024 - 59,84 KBCompatible con firefox 58.0 y superioresImproved metadata and content handling.Se publicó el código fuente bajo la licencia MIT License
Versión 2.0
Lanzada el 6 de nov. de 2024 - 60,77 KBCompatible con firefox 58.0 y superioresver. 2.0
Change from using urltomarkdown.com to parsing and converting the page
locally using readability.js and turndown.js
Added main iconSe publicó el código fuente bajo la licencia MIT License
Versión 1.1
Lanzada el 5 de nov. de 2024 - 18,56 KBCompatible con firefox 58.0 y superiores- Icon Transparency
- Fixed Title encodingSe publicó el código fuente bajo la licencia MIT License
Versión 1.0
Lanzada el 4 de nov. de 2024 - 18,73 KBCompatible con firefox 58.0 y superioresSe publicó el código fuente bajo la licencia MIT License