Додатки браузера Firefox
  • Розширення
  • Теми
    • для Firefox
    • Словники та локалізації
    • Інші сайти браузера
    • Додатки для Android
Увійти
Піктограма додатка

Історія версій PageMarkdown - Markdown Web Clipper - 5 версій

PageMarkdown - Markdown Web Clipper автор ExileCode

Ще немає оцінок
Оцінка 0 з 5
5
0
4
0
3
0
2
0
1
0
Історія версій PageMarkdown - Markdown Web Clipper - 5 версій
  • Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.

  • Найновіша версія

    Версія 1.1.0

    Випущено 17 трав 2026 р. - 2,05 МБ
    Працює з firefox 142.0 і новіше
    [1.1.0] - 2025-05-17

    Added
    • Show Hidden Content toggle — force-capture content hidden via display:none, visibility:hidden, opacity:0, or the hidden attribute. Essential for API doc sites with tab-based content switching.
    • "Show Hidden" quick toggle in popup (replaces TOC toggle). TOC toggle still available in Options page.
    • "Force Show Hidden Content" toggle in Options > General.
    • i18n translations for "Show Hidden" feature across all 17 locales.

    Fixed
    • Critical: Fix content extraction missing full page content on sites like Apifox API docs — pmdFindContentRoot() now always evaluates generic structural elements (div, section, etc.), not just known content selectors like .markdown-body.
    • Fix path+hash URLs (e.g. example.com/docs#section) being incorrectly filtered as same-page anchors during link collection.

    Програмний код випущено на умовах Усі права захищені

    Завантажити Firefox та отримати розширення
    Завантажити файл
  • Попередні версії

    Версія 1.0.9

    Випущено 13 трав 2026 р. - 2,04 МБ
    Працює з firefox 142.0 і новіше
    [1.0.9] - 2025-05-13

    Fixed
    • Fix element re-pick not updating text preview — subsequent picks after the first now capture immediately.
    • Fix CSS selector input updating but editor textarea showing stale content — pick and done flow unified.
    • Fix per-scope working draft cache invalidation — each scope (selection/element/document) now has its own draft key, preventing AI-refined content loss when switching scopes.
    • Fix stale "Draft restored" hint leaking between scopes — draft UI now clears when switching to a scope without a cached draft.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 1.0.8

    Випущено 12 трав 2026 р. - 2,05 МБ
    Працює з firefox 142.0 і новіше
    [1.0.8] - 2025-05-13

    Added
    • User-configurable AI draft cache TTL setting (1–3600 seconds, default 600s).

    Fixed
    • Fix Firefox screenshot download failure — convert data: URLs to blob: URLs before download.
    • Fix Firefox PDF/MHTML options showing but failing — disable unsupported formats in dropdown.
    • Fix screenshot warning modal text invisible in dark theme — use theme-aware CSS variable.
    • Fix batch export button not updating on language switch — preserve inner <span data-i18n>.
    • Replace all hardcoded rgba() colors in popup.css with 20+ theme-aware CSS variables.

    [1.0.7] - 2025-05-12

    Added
    • AI multi-format API support: OpenAI and Anthropic compatible endpoints with auto URL normalization.
    • Reasoning mode toggle and effort control (low/medium/high) for AI refine.
    • Working Draft cache: AI-refined content is preserved across popup reopens (10-min TTL, per URL+scope).
    • "Re-capture page" link when draft is restored, allowing explicit refresh.
    • .pmd-draft-recapture-link CSS class for theme-aware re-capture link.

    Fixed
    • Fix popup AI refine timeout — popup now uses AI timeout + 2s buffer instead of hardcoded 15s.
    • Fix draft restore blocking scope switching — busy state is properly released after restore.
    • Fix picker recovery overwriting restored AI draft — picker branches guarded with !restoredDraft.
    • Fix scope switch clearing draft — different scopes don't conflict, draft is preserved.
    • Fix element re-pick not clearing draft — Pick CSS now always forces fresh capture.
    • Fix manual selector change being overwritten by draft restore — selector mismatch check added.
    • Fix polling swallowing new selector when isBusy — retries on next tick until capture triggers.

    [1.0.6] - 2025-05-11

    Fixed
    • Fix popup UI freezing when pmd_popup_element_selector is missing from localStorage but pmd_popup_scope is element — popup now releases the busy state and shows "pick or enter selector" instead of locking all controls.
    • Fix element selector not being persisted after a successful pick when the capture pipeline fails — service worker now preserves the selector from PMD_ELEMENT_PICKED in failure/exception paths.
    • Fix popup bootstrap not recovering a surviving selector from service worker state when the picker panel is already closed.
    • Fix normalizePmdPopupStorage() writing empty strings for user-data keys (elementSelector, batchText) — only structural keys are auto-filled.
    • Fix Pick Region button staying disabled after closing the picker panel (Done/Cancel/Escape) — content script now notifies the service worker via PMD_LINK_PICKER_CLOSED and popup polling detects the inactive state.
    • Fix picker panel <kbd> shortcut labels (Esc/Enter) having insufficient contrast — added explicit text colors for both Cancel and Done buttons.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 1.0.6

    Випущено 11 трав 2026 р. - 2,03 МБ
    Працює з firefox 142.0 і новіше
    [1.0.6] - 2025-05-11

    Fixed
    • Fix popup UI freezing when pmd_popup_element_selector is missing from localStorage but pmd_popup_scope is element — popup now releases the busy state and shows "pick or enter selector" instead of locking all controls.
    • Fix element selector not being persisted after a successful pick when the capture pipeline fails — service worker now preserves the selector from PMD_ELEMENT_PICKED in failure/exception paths.
    • Fix popup bootstrap not recovering a surviving selector from service worker state when the picker panel is already closed.
    • Fix normalizePmdPopupStorage() writing empty strings for user-data keys (elementSelector, batchText) — only structural keys are auto-filled.
    • Fix Pick Region button staying disabled after closing the picker panel (Done/Cancel/Escape) — content script now notifies the service worker via PMD_LINK_PICKER_CLOSED and popup polling detects the inactive state.
    • Fix picker panel <kbd> shortcut labels (Esc/Enter) having insufficient contrast — added explicit text colors for both Cancel and Done buttons.

    Changed
    • Change extension popup shortcut from Alt+Shift+M to Ctrl+Shift+E (avoids Chrome login popup conflict, cross-platform compatible).
    • Change batch cancel shortcut from Alt+C to Ctrl+Shift+Z (Alt produces special characters on Mac, Ctrl+Shift+X conflicts with IME).
    • Add Enter key support for both picker panels as Done shortcut, Esc as Cancel shortcut.
    • Add Esc / Enter keyboard shortcut labels to picker panel Cancel/Done buttons.
    • Add normalizePmdPopupStorage() to ensure all expected localStorage keys exist on popup open.
    • Dynamic batch overlay cancel label — now fetches actual shortcut via chrome.commands.getAll() instead of hardcoded text.
    • Firefox download compatibility — convert data: URLs to blob: URLs before calling chrome.downloads.download().

    [1.0.5] - 2025-05-11

    Fixed
    • Critical: Fix Pick Region and Pick CSS (Element Picker) freezing the popup UI — both pickers now resolve immediately on click instead of waiting for the Done button, and the popup remains fully interactive during picking.
    • Fix element picker not updating the selector input after subsequent picks — the popup now polls for picker state changes and updates the UI in real time.
    • Fix link picker panel not showing total/picked URL counts — panel now displays "Total: N | Picked: +M" with proper i18n across all 18 locales.
    • Fix element picker panel showing "no region" when hovering over the panel — now shows the last picked element's selector.
    • Fix picker floating panel text always displaying in English — content script now properly loads and applies the user's language setting before building the panel.
    • Fix _locales/ not accessible from content scripts — added to web_accessible_resources in manifest.
    • Fix locale race condition — picker panels now await locale readiness before rendering.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 1.0.3

    Випущено 5 трав 2026 р. - 2,02 МБ
    Працює з firefox 142.0 і новіше
    [1.0.3] - 2025-05-05

    Fixed
    • Fix TOC click-to-navigate not working for non-English headings (CJK, Arabic, Thai, etc.) in Preview and Viewer — heading IDs now use language-agnostic numeric format with pmd-toc- prefix.
    • Fix pmdEscapeHtml in Preview producing unescaped output — special characters in heading text no longer break TOC link rendering.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
Перейти на домівку Mozilla

Додатки

  • Про
  • Блог додатків Firefox
  • Семінар з розширень
  • Центр розробника
  • Політики розробників
  • Блог спільноти
  • Форум
  • Повідомити про помилку
  • Настанови з написання відгуків

Браузери

  • Desktop
  • Mobile
  • Enterprise

Продукти

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватність
  • Файли cookie
  • Правові положення

За винятком випадків зазначених тут, вміст цього сайту ліцензовано на умовах ліцензії Creative Commons Attribution Share-Alike License v3.0, або будь-якою новішою версією.