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

AI Trace의 버전 기록 - 4개 버전

AI Trace 제작자: Trace Foundation

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

  • 최신 버전

    버전 1.0.3

    2026년 4월 11일에 출시 - 32.12 KB
    firefox 121.0 이상에서 작동
    v1.0.3 - Apex redirect fix + popup render fix
    • Fixed: Extension still showed "Unable to reach AI Trace"
      on every website in Firefox after v1.0.2. The onMessage
      Promise rewrite in v1.0.2 was correct but irrelevant; the
      real blocker was that host_permissions only covered
      https://aitrace.org/, while the server 308-redirects
      every apex request to https://www.aitrace.org/
      . Firefox
      MV3 service-worker fetch() will not follow a redirect to
      a host outside host_permissions, so every fetch threw a
      network error before any response body was read. Added
      https://www.aitrace.org/* to host_permissions so Firefox
      allows the redirect chain through.
    • Fixed: After a successful fetch, the popup rendered the
      loading spinner stacked on top of the company profile.
      Root cause was a CSS specificity bug in popup.css:
      #state-loading { display: flex } at specificity (1,0,0)
      outranked .state[hidden] { display: none } at (0,2,0), so
      setting the hidden attribute on #state-loading had no
      effect. Added !important to the .state[hidden] rule so
      every state honors the hidden attribute regardless of
      any per-state display override.
    • Added: jsdom-based regression test
      (src/tests/v2/extension/popup-css.test.ts) that parses
      popup.html + popup.css and asserts every .state element
      collapses to display:none when hidden is set. Reproduces
      the v1.0.2 bug; guards against recurrence.
    • No new permissions, no new data collection.

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

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

    버전 1.0.2

    2026년 4월 11일에 출시 - 31.99 KB
    firefox 121.0 이상에서 작동
    v1.0.2 - Firefox compatibility fix
    • Fixed: API calls failing on all websites in Firefox. Every
      page showed "Unable to reach AI Trace". Root cause: the
      runtime.onMessage listener used the Chrome-only
      sendResponse + return true pattern. Firefox ignores both
      and only resolves replies through a Promise returned
      directly from the listener. Rewrote the listener to
      return the async IIFE directly. Chrome MV3 (99+) supports
      this pattern natively, so it is fully cross-browser.
    • Added data_collection_permissions: { required: ["none"] }
      per the new Firefox built-in data consent requirement. The
      extension collects no user data: URL is read locally, only
      the derived company slug is sent to the public API.
    • Manifest background declares both service_worker and
      scripts for Firefox AMO compatibility.
    • gecko strict_min_version is 121.0 (required for
      service_worker support in MV3 under Firefox).
    • No new permissions added.

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

    파일 다운로드
  • 버전 1.0.1

    2026년 4월 11일에 출시 - 29.65 KB
    firefox 121.0 이상에서 작동
    v1.0.1 - Firefox compatibility fix
    • Fixed: API calls failing on all websites in Firefox.
      Root cause was the onMessage listener using a Chrome-only
      async pattern (bare IIFE with sendResponse). Replaced with
      promise.then(sendResponse) which works cross-browser.
    • Bumped gecko strict_min_version from 109.0 to 121.0
      (required for service_worker support in MV3).
    • Broadened host_permissions pattern.
    • No new permissions added.

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

    파일 다운로드
  • 버전 1.0.0

    2026년 4월 8일에 출시 - 25.88 KB
    firefox 109.0 이상에서 작동

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