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

MuxTranslator의 버전 기록 - 7개 버전

MuxTranslator 제작자: kb5000

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

  • 최신 버전

    버전 1.9.1

    2026년 5월 6일에 출시 - 2.36 MB
    firefox 142.0 이상, android 142.0 이상에서 작동
    fix: i18n bug

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

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

    버전 1.9.0

    2026년 5월 6일에 출시 - 2.36 MB
    firefox 142.0 이상, android 142.0 이상에서 작동
    • Migrate Firefox manifest to MV3 (manifest_version 3, action, host_permissions)
    • Add free Google Translate via unofficial gtx endpoint; auto-selected when API key is absent

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

    파일 다운로드
  • 버전 1.8.2

    2026년 5월 1일에 출시 - 2.36 MB
    firefox 142.0 이상, android 142.0 이상에서 작동
    feat: tab-level translation state, language detection fix, soft-nav support
    • Persist translation on/off per-domain across same-tab navigation via
      muxt.tabState/muxt.tabHost in sessionStorage; cross-domain navigation
      falls back to the default detection logic
    • Fix detectPageLanguage() dropping the navigator.language fallback —
      it reflects the user's browser language (often the target language),
      causing isForeignPage to be false on pages without <html lang>
    • Treat unknown page language as possibly foreign instead of skipping
    • Add resetEngineForNavigation() + installSpaNavigationHandler() for
      Turbo/PJAX/React Router sites that swap the body without a full reload
    • Fix PDF viewer (viewer.html) missing script tags for the refactored
      ui/scanner/pump/selection modules
    • Remove userExplicitlyRestored (superseded by sessionStorage tab state)
    • Bump version to 1.8.2

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

    파일 다운로드
  • 버전 1.7.1

    2026년 4월 26일에 출시 - 2.35 MB
    firefox 142.0 이상, android 142.0 이상에서 작동
    fix: UI translation not applied for PDF viewer

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

    파일 다운로드
  • 버전 1.7.0

    2026년 4월 25일에 출시 - 2.35 MB
    firefox 142.0 이상, android 142.0 이상에서 작동
    Added cacheScope setting (per-site by default, global available) — per-site mode namespaces IndexedDB keys by hostname so each domain maintains its own independent translation cache
    Settings page now lists all cached domains with entry counts, each clearable individually via a "Per-site cache" panel
    New CacheModule.getHostnames() and clearByHostname() APIs for granular per-domain cache management

    New sendPageContext setting (enabled by default, toggleable in options)
    When enabled, the page title and meta description are included in every translation request to LLM providers, improving translation accuracy and context awareness
    Only affects LLM providers (OpenAI-compatible / Ollama); non-LLM providers are unaffected
    Multilingual Localization System

    Added translate-locales.js script for auto-generating UI translations via OpenAI-compatible APIs, with retry logic and placeholder token validation
    Expanded UI language support from 2 to 29 languages: Arabic, Czech, Danish, Dutch, Finnish, French, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (BR & PT), Romanian, Russian, Spanish, Swedish, Thai, Turkish, Ukrainian, Vietnamese, Chinese (Simplified & Traditional)
    Options page UI language selector updated to reflect all 29 languages

    Target language and provider selections now use sessionStorage (temporary, per-tab) instead of persisting to browser storage — only the options page persists these settings
    Language selector converted to a combobox supporting custom BCP-47 codes
    Both settings sync instantly with the content script via SET_TARGET_LANG / SET_PROVIDER messages

    Added just i18n command to run the locale translation script
    Updated all 28 locale files (14 new keys added)

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

    파일 다운로드
  • 버전 1.5.0

    2026년 4월 25일에 출시 - 2.24 MB
    firefox 142.0 이상, android 142.0 이상에서 작동
    Added

    PDF Translation (Major Feature)
    • Built-in PDF viewer with full translation support via PDF.js
    • PDF toolbar with Translate/Restore buttons for easy translation control
    • Translation state management for PDFs with instant abort on pause
    • Bilingual display modes for PDFs (original only, translation only, or side-by-side)
    • Smart overlay system for translated text with priority-based visibility
    • Original text toggle — click overlays to cycle between translation and original text
    • Default provider selection specifically for PDF translations

    Bilingual Display
    • Three display modes — Off (translations only), Embed (original + translation), Tooltip (hover)
    • Per-page toggle in popup to switch between modes on the fly
    • PDF-specific handling — display modes are independent from page translations

    Mobile Support
    • Responsive popup design with optimized spacing for small screens
    • Touch-friendly controls with 40px+ tap targets on mobile
    • Mobile-optimized CSS for options and viewer pages
    • Viewport meta tags for proper mobile rendering

    Improved

    UI & UX
    • Consistent button sizing — all buttons use explicit height (28px desktop, 40px mobile) with flex centering
    • Compact popup layout — reduced section padding (6→4px) and margins so all content fits on one screen
    • Improved typography — cleaner spacing and visual hierarchy
    • Removed redundant UI — eliminated "当前" status below site rules (button active states show current selection)
    • PDF viewer layout — flexbox-based layout with optimized scroll behavior

    Core Functionality
    • Instant pause/resume — network requests abort immediately when paused, automatic rescan on resume
    • Provider persistence — remembers selected translation provider per page across refreshes and history navigation
    • Event-driven sync — all translation state changes support multi-channel synchronization (popup/auto/rules/manual)
    • Instant engine switching — provider dropdown changes take effect immediately
    • Language matching fix — case-insensitive target language comparison in site rules

    PDF Viewer
    • Robust notification bar handling — URL-based checks to prevent bar from appearing on extension pages
    • Translation box height — automatically expands to accommodate longer translations
    • Visual feedback — inactive translation boxes show dashed borders; clickable at any time
    • Simplified rotation — clear visual indicators for cycling between translation/original states

    Fixed
    • Fixed translated content disappearing when scrolling the page
    • Fixed PDF viewer notification bar incorrectly appearing during "ask" mode
    • Fixed button height inconsistencies across popup sections
    • Fixed popup not fitting all content on one screen
    • Fixed language detection not matching target language when case differs (e.g., zh-cn vs zh-CN)

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

    파일 다운로드
  • 버전 1.2.0

    2026년 4월 19일에 출시 - 113.33 KB
    firefox 142.0 이상에서 작동
    support for deepl and libre translate

    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 또는 그 이후 버전에 따라 사용이 허가됩니다.