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

UAIE — Universal Adaptive Interface Engine의 버전 기록 - 6개 버전

UAIE — Universal Adaptive Interface Engine 제작자: Fiza Pathan

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

  • 최신 버전

    버전 1.2.0

    2026년 5월 11일에 출시 - 1.03 MB
    firefox 140.0 이상, android 142.0 이상에서 작동
    UAIE v1.2.0 — Better article detection on news sites.

    WHAT IMPROVED

    • Times of India articles now translate and reformat correctly.
    Earlier versions sometimes picked up the author bio or
    comments-summary widget instead of the article body.

    • The Guardian's annual fundraising appeal no longer appears
    inside translation overlays.

    • Text you select before running UAIE is now used directly —
    your selection always overrides automatic detection.

    • Pages that load asynchronously now get a moment to finish
    before extraction begins.

    PRESERVED FROM v1.1.0

    All 17 interface languages, screen-reader announcements, the
    restricted-page banner, the shadow-DOM and same-origin iframe
    paragraph harvester, and every other v1.1.0 feature work
    exactly as before.

    PRIVACY

    No new permissions. No new endpoints. No new data collection.
    data_collection_permissions still declares "none".

    Feedback welcomed at uaie@gmail.com.

    All Rights Reserved에 따라 릴리스된 소스 코드

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

    버전 1.1.0

    2026년 4월 28일에 출시 - 1.02 MB
    firefox 140.0 이상, android 142.0 이상에서 작동
    v1.1.0 — Polish release. No new permissions, no new endpoints, no manifest changes beyond the version bump.

    What's new:
    1. COMPLETE PANEL TRANSLATION COVERAGE. Every label, section heading, description, button, and dropdown option in the panel is now translated when the interface language is changed in Settings. About thirty labels that previously stayed in English (section titles, Cognitive Load metric labels, British/American voice picker, colour-blindness options, visual-adjustment buttons, syllable-breaks checkbox) now switch language correctly.
    2. ALL 17 SUPPORTED LANGUAGES AT 100% COVERAGE. English, Hindi, Marathi, Tamil, Telugu, Bengali, Kannada, Sanskrit, Spanish, French, Arabic, Portuguese, Mandarin Chinese, Swahili, Japanese, German, and Urdu now carry every UI string. The ten non-priority translations were produced AI-assisted; corrections welcomed via uaie@gmail.com.
    3. SCREEN-READER ANNOUNCEMENTS. Panel open/close are spoken by assistive technology via an off-screen aria-live region. All seven status paragraphs now carry role="status" so progress is announced as it updates.
    4. CSP-RESTRICTED PAGE DETECTION. On the rare pages that refuse panel injection, the toolbar popup shows a polite banner explaining UAIE is not available on this tab. Browser-internal pages and extension stores are detected by URL pattern.
    5. SHADOW DOM AND IFRAME EXTRACTION. The article-text harvester now descends into open Shadow DOM roots and same-origin iframes. Closed shadow roots and cross-origin iframes are handled safely.
    6. MEMORY-LEAK FIXES. Reading Companion timeouts cleared on Stop. Captions handlers nulled to prevent orphaned recognisers.

    All v1.0.15 hardening retained: 60-second API timeout, plain-language error messages, click-protection guards, API key format validation.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.15

    2026년 4월 28일에 출시 - 1.01 MB
    firefox 140.0 이상, android 142.0 이상에서 작동
    Reliability hardening: clearer error messages when the API is unreachable, rate-limited, or your key is invalid; 60-second timeout instead of indefinite hangs; protection against accidental duplicate calls; clear warning when a page has no article body to process; and instant API key format validation in settings.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.14

    2026년 4월 28일에 출시 - 1.01 MB
    firefox 140.0 이상, android 142.0 이상에서 작동
    Bug fixes: Plain Language L3–L6, Multiple Intelligences, and Translate now extract and process article body text correctly on news sites with lazy-loaded content. Resolves a CORS error introduced by recent Anthropic API requirements.

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.13

    2026년 4월 27일에 출시 - 1.01 MB
    firefox 140.0 이상, android 142.0 이상에서 작동
    Three small but visible improvements (carried forward from v1.0.12, validation cleaned in v1.0.13):

    Translate — a new section in the in-page panel translates the visible page into any of the seventeen interface languages via the Anthropic API, with right-to-left rendering for Arabic and Urdu. Mirrors the prompt and overlay used by the UAIE Microsoft Word add-in.
    Live language sync — choosing a new interface language in the Settings popup now updates the in-page panel immediately, without requiring a page reload.
    Footer correction — the in-page panel footer now reads its version dynamically from the manifest and matches the wording of the Settings popup footer (Patent Application Pending · Trademark Application Pending · © Fiza Pathan 2026 · Mumbai, India).

    All Rights Reserved에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.11

    2026년 4월 19일에 출시 - 1.01 MB
    firefox 109.0 이상에서 작동
    v1.0.11 — Security hardening release

    Completes the planned security refactor mentioned in v1.0.10 Notes to
    Reviewer. All innerHTML assignments have been eliminated from the
    codebase.

    Changes:
    - Main panel injection now uses DOMParser.parseFromString() (safe,
    non-executing HTML parsing API).
    - Plain Language overlay rebuilt with createElement() and textContent.
    Inline onclick replaced with addEventListener().
    - Reading Companion word spans rebuilt with createElement(). Syllable
    separator rendered as a styled child span.
    - SVG colour-blindness filter rebuilt with createElementNS() for defs,
    filter, and feColorMatrix elements.
    - Dead document. body.innerHTML cache reads removed.
    - Empty-string innerHTML clearings replaced with DOM removeChild loops.
    - popup.html inline <script> moved to external popup.js file,
    satisfying Firefox default CSP for extension pages.

    Verified: grep ".innerHTML\s=" .js returns zero matches across all
    JavaScript files.

    No user-facing feature changes. This is a security compliance release
    only.

    All Rights Reserved에 따라 릴리스된 소스 코드

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

부가 기능

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

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

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

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