MarkSnip - Markdown Web Clipper 版本紀錄 - 7 個版本
MarkSnip - Markdown Web Clipper 作者: Dhruv
MarkSnip - Markdown Web Clipper 版本紀錄 - 7 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 4.4.0
發行於 2026年3月31日 - 865.3 KB適用於 firefox 121.0 與更新版本User Highlights
Popup exports now support Markdown, plain text, HTML, PDF, and Print, with a configurable default format.
New Site Rules add per-site clipping overrides for templates, images, downloads, and table formatting.
First-run onboarding and Permissions & Privacy guidance are now clearer, including an Agent Bridge preflight explainer.
New Color Blind themes add Deuteranopia, Protanopia, and Tritanopia variants across the extension.
The popup and settings now include shortcut help, live template previews, better search feedback, and reading-time counts.原始碼依照 Apache License 2.0 條款釋出
較舊版本
版本 4.3.0
發行於 2026年3月25日 - 819.79 KB適用於 firefox 121.0 與更新版本User Highlights- The popup now has a Markdown Preview toggle, so you can switch from editing to a rendered preview without leaving MarkSnip.
- MarkSnip now includes special Claude, Perplexity, Avatar: The Last Airbender, and Ben 10 themes across the popup, settings, and guide.
- The Library feels more polished, with skeleton loading, smoother transitions, richer clip metadata, delete animations, and more export options.
- Clipping is more reliable on tricky pages, including wrapped FAQ layouts, repeated-section docs, and ARIA-based tables that previously lost structure.
- Agent Bridge setup is smoother in Chrome: native messaging is requested only when you enable the feature, with a one-time reload when Chrome needs it.
原始碼依照 Apache License 2.0 條款釋出
版本 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 License 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 License 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 License 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 License 2.0 條款釋出
- Firefox Support: Unified offscreen processing across Chrome and Firefox by loading