Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Claude Exporter의 버전 기록 - 6개 버전

Claude Exporter 제작자: agoramachina

5점 만점에 3.7점
3.7 / 5
5
6
4
1
3
0
2
0
1
3
Claude Exporter의 버전 기록 - 6개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 1.10.17

    2026년 5월 19일에 출시 - 95.19 KB
    firefox 79.0 이상에서 작동
    Claude Exporter — v1.9.5 through v1.10.17 (shipped May 2026)

    New features
    - Backup & Restore: download all extension data (model snapshots, export
    history, preferences) to a JSON file and import it back. Survives
    uninstall/reinstall and moves between browsers/devices.
    - Import modal: choose Merge (add missing entries, keep your current
    values on overlap) or Replace (overwrite everything) before the file
    picker opens.
    - Options page: Date & Time format, Model Display preference (original
    vs current), Contact & Diagnostics section with mailto + downloadable
    diagnostics bundle (sanitized — all IDs redacted, no conversation
    content).
    - Browse dropdown: "Search projects" filter option (scopes the search
    bar to project names instead of conversation names).
    - Error capture: each context registers unhandled-error listeners that
    push to a 50-entry ring buffer in chrome.storage.local. UUIDs are
    redacted at capture time so no identifiers are ever persisted.

    UX polish
    - Popup: removed redundant "Org ID not configured" banner (auto-detect
    handles it). Header title now reads from manifest.name so the testing
    branch shows "Beta" automatically.
    - Browse: "Edit Org ID" and "Advanced Options" open settings in the
    same tab (back button works, bfcache pageshow triggers reload).
    - Browse: settings dropdown / filter funnel / search bar / sort headers
    are interactive immediately on page load instead of waiting for
    conversations to fetch.
    - Browse: View button removed (chat name was already a link).
    - Browse: scrollable table behaves on narrow viewports (page scrolls,
    not the table; header bg fills full width; checkbox right-anchored;
    header text + sort icon stay on one line).
    - Browse: "Export Selected" now exports every checked chat, including
    ones currently hidden by the filter. Header checkbox still operates
    only on visible rows.
    - Browse: Model column gets a "*" bounce marker (same color as the
    badge family) when current ≠ original. Tooltip on hover shows the
    other model.
    - Markdown export: includes truncated flag, file attachment metadata
    (name/size/type), and now extracts artifacts from create_file
    (skills-runner replacement for the legacy artifacts tool when
    enabled_artifacts_attachments is false).

    Bug fixes
    - Single-export toast no longer triple-emits ("Exporting…" → "Exported
    with N artifact(s)" → "Exported"). One unified toast that includes
    the artifact count when applicable.
    - Backup filename: claude-exporter-backup-YYYYMMDD-HHMMSS.json (matches
    the conversation export timestamp format).
    - Popup error wording: "Failed to obtain organization ID: Please set
    this value in Options." with "Options" as a clickable link.
    - Lowercased "Claude.ai" → "claude.ai" in user-facing strings.
    - Removed "Test connection" from browse dropdown (already in Options
    next to Save Settings).

    MIT 라이선스에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 1.9.4

    2026년 5월 14일에 출시 - 87.39 KB
    firefox 79.0 이상에서 작동
    [1.9.4]
    Browse table's Model column now shows each chat's original (first-seen) model from the snapshot data, falling back to the current/inferred model when no snapshot exists
    Bounced chats (original model differs from current) get a → marker with a tooltip showing "Originally X, now Y"
    Model column sorting follows the displayed (original) model

    [1.9.3]
    Snapshot each conversation's current model to chrome.storage.local whenever the conversation list is fetched (browse page load or popup "Export All") — preserves the model before a chat gets bounced to a new one on model retirement
    Records first-seen model, current model, and a change history per conversation; only the raw API model is stored, never an inferred guess

    [1.9.2]
    Added Vitest test harness for utils.js (52 tests covering export logic, model name parsing, artifact extraction)
    Extracted model utilities (formatModelName, getModelBadgeClass, DEFAULT_MODEL_TIMELINE) out of content.js/browse.js into shared utils.js
    Doc-linked the Anthropic model-ID schema in code comments

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.9.0

    2026년 4월 17일에 출시 - 86.37 KB
    firefox 79.0 이상에서 작동
    [1.9.0]
    • Settings dropdown menu on browse page (replaces theme toggle button)
    • Theme toggle (light/dark)
    • Org ID display with link to edit
    • Mark all as exported / Mark all as new
    • Test connection
    • Settings gear icon in popup header (opens options page)

    [1.8.13]
    • Track export timestamps per conversation in chrome.storage.local
    • Green dot indicator on browse page for new/updated conversations
    • Status filter dropdown (All / New+Updated / Previously exported)
    • Auto-select new/updated conversations on browse page load
    • Stats bar shows new/updated count
    • Timestamps recorded across all export flows (popup, browse, bulk)

    [1.8.12]
    • Auto-detect organization ID from Claude.ai API on every export action
    • No more stale org ID issues when users switch organizations
    • Correctly selects the chat org (not API org) when multiple orgs exist
    • Falls back to manually configured org ID if auto-detect fails
    • Export buttons no longer disabled on popup load

    [1.8.11]
    • 403/404 errors now show a helpful message with a link to org ID settings

    [1.8.10]
    • Replaced PNG popup header with CSS gradient header
    • Removed popup-header.png dependency
    • Integrated version display into gradient header

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.8.9

    2026년 3월 9일에 출시 - 193.81 KB
    firefox 79.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.8.6

    2026년 1월 19일에 출시 - 193.92 KB
    firefox 79.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.8.5

    2025년 11월 20일에 출시 - 193.43 KB
    firefox 79.0 이상에서 작동

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.