MarkSnip - Markdown Web Clipper 版本历史 - 5 个版本
MarkSnip - Markdown Web Clipper 作者: Dhruv
MarkSnip - Markdown Web Clipper 版本历史 - 5 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 4.1.2
发布于 2026年3月16日 - 712.28 KB适用于 firefox 121.0 及更高版本4.1.2- In-Product Notifications: Added queued update and support milestone notifications with release-note links inside the extension.
- Options Management: Added settings search with stricter fallback matching, per-setting reset links, a global Reset All action, and clearer URL metadata guidance.
- Batch Processing UX: Improved the link picker, kept the popup open after batch start, and added an in-page progress overlay with a cancel button for running batches.
- Clipping Reliability: Added two-pass readability recovery for repeated-section pages, preserved legacy
baseURIbehavior with SPA-safe page URL fields, and fixedsaveAshandling in blob fallback paths without mutating markdown options. - Accessibility & Packaging: Bundled popup/options fonts locally, improved keyboard accessibility, and opened the options page in a browser tab by default.
- Licensing: Replaced the Apache License with the PolyForm Noncommercial License.
源代码遵循 Apache 许可证 2.0 发布
较早版本
版本 4.1.1
发布于 2026年3月4日 - 408.99 KB适用于 firefox 121.0 及更高版本4.1.1- Selection Capture Fix: Preserved selected HTML context during conversion to prevent broken markdown output from partial selections.
- Math Output Normalization: Normalized math rendering paths for cleaner markdown output when clipping selected content.
- Regression Coverage: Added unit tests for selection capture behavior to lock in the fix.
- Options Sidebar: Added a new Leave Review button under Buy Me a Coffee that automatically links to Chrome Web Store or Firefox Add-ons reviews based on the current browser.
源代码遵循 Apache 许可证 2.0 发布
版本 4.1.0
发布于 2026年3月4日 - 408.43 KB适用于 firefox 121.0 及更高版本4.1.0- Markdown Controls: Added configurable hashtag handling modes (
keep,remove,escape) with safer conversion behavior and dedicated tests. - Math Extraction Reliability: Improved LaTeX capture flow before DOM snapshotting and fixed KaTeX handling in offscreen processing when annotation fallback is missing.
- Popup Appearance Settings: Added popup customization controls for color mode, accent colors, and compact mode.
- Options Page Refresh: Redesigned the options page to align with the popup design system and improved sidebar behavior.
- Options UX Improvements: Added visual examples for table settings, a CodeMirror editor theme selector, helper hints for key toggles, and a donation button in the sidebar.
- Test Coverage: Added end-to-end URL snapshot batch coverage with fixtures for real-world pages.
源代码遵循 Apache 许可证 2.0 发布
- Markdown Controls: Added configurable hashtag handling modes (
版本 4.0.6
发布于 2026年3月2日 - 389.75 KB适用于 firefox 121.0 及更高版本4.0.6- Firefox Support: Unified offscreen processing across Chrome and Firefox by loading
offscreen/offscreen.htmlin Firefox and routing clipping through the same messaging path. - Firefox Build Output: Updated browser manifest generation so Firefox bundles required background scripts and excludes the Chrome-only
offscreenpermission. - Readability Improvements: Cherry-picked Safari Reader heuristics into
Readability.jsfor better article extraction on difficult pages. - Regression Coverage: Added end-to-end tests for command routing and download behavior (
command-download-regression.spec.js).
4.0.5- Download Reliability: Fixed filename conflicts with other extensions by only handling downloads positively identified as MarkSnip-owned.
- Filename Safety: Added fallbacks for empty/missing titles to prevent invalid or blank
.mdfilenames. - Quality: Added targeted unit tests for filename conflict handling and empty-title edge cases.
- Docs/UI: Refreshed README and user guide content and made small popup header styling updates.
4.0.4- UI Modernization: Updated popup buttons with the Inter font and a new batch processing icon for a more polished look.
- Batch Link Picker: Improved the user experience of the link picker with smooth animations and a consistent sage-green color palette.
4.0.3- Firefox Compatibility: Added
data_collection_permissionsand updated the extension ID for better Firefox support. - Reliability: Improved keyboard shortcut reliability for "Copy as Markdown" and "Save as Markdown" actions.
- Bug Fix: Fixed "Strip Images" option not being honored when images were inside tables.
- Build System: Added support for generating browser-specific manifest files for Chrome and Firefox.
源代码遵循 Apache 许可证 2.0 发布
- Firefox Support: Unified offscreen processing across Chrome and Firefox by loading