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

Active Reader의 버전 기록 - 8개 버전

Active Reader 제작자: Synodic Production

5점 만점에 5점
5 / 5
5
1
4
0
3
0
2
0
1
0
Active Reader의 버전 기록 - 8개 버전
  • 이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.

  • 최신 버전

    버전 3.0.0

    2026년 9월 1일에 출시 - 191.29 KB
    firefox 140.0 이상에서 작동
    New Features
    - Added Smart Pacing with Subtle, Balanced, and Strong adjustment modes while keeping the configured reading speed as the baseline.
    - Added local Ruleset controls for choosing where Active Reader is allowed or blocked.
    - Added a redesigned Experimental catalogue with clear availability, acknowledgement, recovery, and privacy controls.
    - Added GoBack, GoLater, and GoBack Manager as Developer Only experiments for testing local saved-location workflows.
    - Added this local Changelog and a version-bound What's New indicator in Settings.

    Improvements
    - Improved True Isolation performance and responsiveness for selections up to the supported 100,000-segment limit.
    - Refined Experimental Settings with consistent feature cards, developer gating, warning suppression, and reset controls.
    - Improved preference updates, page-lifecycle handling, and reading progress across navigation and single-page websites.
    - Improved popup layout so the Synodic Hub link remains geometrically centred at narrow and standard widths.

    Security
    - Strengthened Reader isolation, session ownership, and local state validation.
    - Strengthened supporter and developer entitlement verification with signed, revocable access states.
    - Reduced the public backend surface used by current Active Reader clients.
    - Hardened URL handling, stored navigation data, and extension message boundaries.

    Fixes
    - Fixed deterministic cleanup for closed, expired, and rapidly reopened True Isolation windows.
    - Fixed free developer entitlements so developer access does not unlock paid cosmetic capabilities.
    - Fixed large-selection transport and rendering bottlenecks while preserving exact progress and selection behavior.

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

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

    버전 2.0.0

    2026년 8월 26일에 출시 - 119.61 KB
    firefox 140.0 이상에서 작동
    What’s new
    - Added Partial, Full, and True Reader Mode isolation.
    - True Isolation opens reading content in a movable, resizable browser popup.
    - Reading position and progress remain synchronized when switching isolation levels.
    - Added reusable reading Profiles with partial overrides, search, sorting, duplication, import, and export.
    - Added manual navigation looping with configurable boundaries.
    - Reorganised Settings into clearer Reading, Profiles, Appearance, Keybinds, Advanced, and Support sections.
    - Improved seasonal-theme availability and supporter entitlement checks.
    - Refined extension UI, controls, animations, feedback states, and accessibility.
    - Added clearer Free, One-time Supporter, and Subscriber cosmetic sections.
    - All functional reading and accessibility features remain completely free.
    This release also includes numerous layout fixes, security improvements, profile-management refinements, and cross-browser compatibility updates.

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

    파일 다운로드
  • 버전 1.6.2

    2026년 8월 10일에 출시 - 128.72 KB
    firefox 140.0 이상에서 작동
    Added new themes aswel as new seasonal themes.
    Added syllable per syllable advancements.
    Improved ui/ux

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

    파일 다운로드
  • 버전 1.5.0

    2026년 8월 6일에 출시 - 71.47 KB
    firefox 140.0 이상에서 작동
    TTS beta-lock - HUD speaker button greys out with a lock icon, Advanced page's read-aloud controls are disabled with a "Beta, coming soon" badge, and pressing M (or clicking it) shows a small toast instead of doing nothing. Locked at three points in the code (the toggle, the session-start seed, and speakSegment itself) specifically so a preference someone saved before this existed can't sneak through.

    Multi-page Settings - Settings, Keybinds, Themes, and Advanced, each their own page, sharing common logic through a new shared.js instead of duplicating it four times. This is the foundation for everything else in feature-list.txt that's coming to Keybinds and Themes specifically.

    Three new supporter presets - OLED Black, Cyberpunk, Vintage Sepia join Aurora and Rose Gold at the any-supporter tier.

    Two new opt-in/opt-out toggles on Advanced: show/hide the floating HUD, and auto-scroll on/off.

    Pacing quick-presets - Slow/Normal/Fast buttons above the WPM slider.

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

    파일 다운로드
  • 버전 1.4.0

    2026년 8월 5일에 출시 - 61.38 KB
    firefox 140.0 이상에서 작동
    Custom colors gated to supporters - the free color pickers now lock the same way the Aurora/Rose Gold presets already did, with the inputs visually dimmed and disabled when there's no active code.

    Tiered supporter system - any supporter (one-time or subscriber) unlocks Aurora, Rose Gold, and custom colors. A new Nebula preset plus a pulsing HUD glow are exclusive to subscriber status specifically. The popup badge and toolbar icon now show a distinct double-heart mark for subscribers vs the single heart for one-time supporters, and both fall back gracefully to free defaults if a subscription lapses.

    Exact Selection mode - new Selection Scope control in the popup and Settings: "Expand to paragraph" (unchanged default) or "Exact selection only," which uses just what you highlighted. This is functional, not cosmetic, so it's free for everyone, in keeping with the same principle the whole Supporter Program was built on. Needed a real architectural change: sessions now build from either a container element or a range-clipped walk that trims the two boundary nodes to exact offsets, and I refactored the shared session-start logic so both paths (native and Isolated Reader View) go through one core function.

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

    파일 다운로드
  • 버전 1.3.1

    2026년 8월 3일에 출시 - 59.17 KB
    firefox 140.0 이상에서 작동
    📑 Release Notes - v1.3.1
    🛠 Bug Fixes & Improvements
    Cross-Browser Service Worker Support:
    Updated background script configuration to seamlessly support both Chromium (Chrome/Edge) and Gecko (Firefox/Zen Browser) extension architectures.
    Replaced top-level script loading with a universal globalThis configuration pattern to prevent module scope crashes across engines.
    Supabase API Authentication:
    Updated redemption code RPC requests in background.js to ensure compatibility with Supabase's new publishable key standard (sb_publishable_...).
    Extension Messaging Resilience:
    Resolved Receiving end does not exist context invalidation errors during Ko-fi code activation in the Options/Settings tab.

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

    파일 다운로드
  • 버전 1.2.0

    2026년 8월 2일에 출시 - 41.39 KB
    firefox 140.0 이상에서 작동
    Added:
    Reading Analytics - a floating HUD shows live word count + estimated reading time whenever a session is active
    Auto-Advance pacing - press P (or the HUD's play button) to step through at a target WPM you set in Settings
    Text-to-Speech - press M to have it read aloud, synced with the highlight; when both TTS and auto-advance are on, stepping is paced by the voice finishing each segment rather than a timer
    Reading History - opt-in, viewable and clearable in Settings → History & Progress
    Progress Tracking - on by default; a small "Resume reading?" banner appears when you revisit a page you'd been stepping through
    Added Website Link

    changed:
    kofi link from placeholder to real kofi link

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

    파일 다운로드
  • 버전 1.1.0

    2026년 7월 29일에 출시 - 34.78 KB
    firefox 140.0 이상에서 작동

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

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

부가 기능

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

다운로드

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

최신 빌드

  • Nightly
  • Beta

기업용 Firefox

  • Enterprise

커뮤니티

  • Connect
  • Contribute
  • Developer

팔로우

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 개인 정보
  • 쿠키
  • 법률

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